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

Add Compliance Group Membership

Add multiple members to a compliance group. The provided list of users will replace the group's current membership. Any current members not in the provided list will have their membership deactivated.

Add multiple members to a group.

put
Path parameters
groupIdstringRequired

URL-Safe encoded Group ID

Header parameters
sessionTokenstringRequired

Session authentication token.

Bodyobject · UserName[]
usernamestringOptionalExample: dpayet
Responses
200

Success

application/json
formatstring · enumOptionalExample: TEXTPossible values:
messagestringOptionalExample: Success
put
/v2/admin/usergroups/{groupId}/memberships

🚧 Roles and Privileges

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

Last updated

Was this helpful?