Update a Compliance User Group

Updates a compliance user group information. Released in 1.55.3

Update user group informations

put
Path parameters
groupIdstringRequired
Header parameters
sessionTokenstringRequired

Session authentication token.

Body

Body for group update

namestringOptional

Group name

areastringOptional

Group area

descriptionstringOptional

Group description

activebooleanOptional

Group status

Responses
200
Success
application/json
put
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?