Get a Compliance User Group
Returns a compliance user group.Released in 1.55.3
ID of the group
Session authentication token.
User Group returned successfully.
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.
User Group returned successfully.
Server error, see response body for further details.
GET /pod/v2/admin/usergroups/{groupId} HTTP/1.1
Host: yourpodURL.symphony.com
sessionToken: text
Accept: */*
{
"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?