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
Key | Datatype | Required | Description |
---|---|---|---|
X-Api-Key | string | (Required) Added as a part of security scheme: apiKey | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"groupId":"3fa85f64-5717-4562-b3fc-2c963f66afa6"}