Get a Compliance User Group

Returns a compliance user group.Released in 1.55.3

Get a user group

get

/v2/admin/usergroups/{groupId}

Path parameters
groupIdstringrequired

ID of the group

Header parameters
sessionTokenstringrequired

Session authentication token.

Responses
curl -L \
  --url 'yourpodURL.symphony.com/pod/v2/admin/usergroups/{groupId}' \
  --header 'sessionToken: text'
{
  "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 VIEW_ROLE_SCOPES entitleable action. See Bot Permissions for a list of roles and associated privileges.

Last updated

Was this helpful?