Update Group
PUT https://{{axpAPIDomain}}/api/admin/group/v1/accounts/:accountId/groups/:groupId
This API requires the Account Administrator role.
Updates 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
Key | Datatype | Required | Description |
---|---|---|---|
appkey | string | ||
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"name":"AgentGroup","groupId":"cd79f1f0-9e35-470c-bf70-542a39882b2d","description":"Group user","resources":[{"type":"User","resourceIds":["673dab47-5a08-4593-be5a-cdc4d23df814"]}],"organizationNodeId":"QTRWAD"}