Create a new Group

POST {{baseUrl}}/organization/v1/groups

Create a new Group within your organizaton.

Request Body

{"groupName"=>"Central Region Parent", "description"=>"Territory covering the states of IA, MN, SD, ND, NE"}

HEADERS

KeyDatatypeRequiredDescription
X-Api-Keystring(Required) Added as a part of security scheme: apiKey
Content-Typestring
Acceptstring

RESPONSES

status: Created

{"groupId":"3fa85f64-5717-4562-b3fc-2c963f66afa6"}