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
chevron-right
200

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

put
/v2/admin/usergroups/{groupId}

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