Create a Compliance User Group

Creates a compliance user group. Released in 1.55.3

Create a user group.

post
Header parameters
sessionTokenstringRequired

Session authentication token.

Body

Body for group creation

namestringRequired

Group name

areastringOptional

Group area

descriptionstringOptional

Group description

typestringRequired

Group type

Responses
chevron-right
201

Success

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

post
/v2/admin/usergroups

🚧 Roles and Privileges

Calling this endpoint requires the Scope Management role with the MANAGE_ROLE_SCOPES entitleable action. See Bot Permissionsarrow-up-right for a list of roles and associated privileges.

Last updated

Was this helpful?