For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get a Compliance User Group

Returns a compliance user group.Released in 1.55.3

Get a user group

get
Path parameters
groupIdstringRequired

ID of the group

Header parameters
sessionTokenstringRequired

Session authentication token.

Responses
200

User Group returned successfully.

application/json

Group object response

idstringOptional

Group ID

namestringOptional

Group name

areastringOptional

An optional string attribute used for categorizing groups

descriptionstringOptional

Group description

typestringOptional

Group type

activebooleanOptional

Group status

createdDateinteger · int64Optional

Date of group creation

modifiedDateinteger · int64Optional

Date of group last update

memberCountinteger · int64Optional

Number of group members

assigneeCountinteger · int64Optional

Number of group assignees

get
/v2/admin/usergroups/{groupId}

🚧 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?