Create Group

POST https://{{axpAPIDomain}}/api/admin/group/v1/accounts/:accountId/groups

This API requires the Account Administrator role.

Creates a group.

The following fields must be unique otherwise a HTTP 409 Conflict will be returned: * name

Request Body

{"name"=>"AgentGroup", "description"=>"Group user", "resources"=>[{"type"=>"User", "resourceIds"=>["673dab47-5a08-4593-be5a-cdc4d23df814"]}], "organizationNodeId"=>"QTRWAD"}

HEADERS

KeyDatatypeRequiredDescription
appkeystring
Content-Typestring
Acceptstring

RESPONSES

status: Created

{"name":"AgentGroup","groupId":"cd79f1f0-9e35-470c-bf70-542a39882b2d","description":"Group user","resources":[{"type":"User","resourceIds":["673dab47-5a08-4593-be5a-cdc4d23df814"]}],"organizationNodeId":"QTRWAD"}