Update a Compliance User Group
Updates a compliance user group information. Released in 1.55.3
Session authentication token.
Body for group update
Group name
Group area
Group description
Group status
Success
Group object response
Group ID
Group name
An optional string attribute used for categorizing groups
Group description
Group type
Group status
Date of group creation
Date of group last update
Number of group members
Number of group assignees
Client error, see response body for further details.
Unauthorized: Session tokens invalid.
Forbidden: Caller lacks necessary entitlement.
Not found. See response body for further details.
Unprocessable Entity: Error on updating user group.
Server error, see response body for further details.
PUT /pod/v2/admin/usergroups/{groupId} HTTP/1.1
Host: yourpodURL.symphony.com
sessionToken: text
Content-Type: application/json
Accept: */*
Content-Length: 64
{
"name": "text",
"area": "text",
"description": "text",
"active": true
}{
"id": "text",
"name": "text",
"area": "text",
"description": "text",
"type": "text",
"active": true,
"createdDate": 1,
"modifiedDate": 1,
"memberCount": 1,
"assigneeCount": 1
}🚧 Roles and Privileges
Calling this endpoint requires the Scope Management role with the MANAGE_ROLE_SCOPES entitleable action. See Bot Permissions for a list of roles and associated privileges.
Last updated
Was this helpful?