Update a Compliance Group
Assigns or updates the assignment of a user to a compliance group. Released in 1.55.3
Path parameters
groupIdstringRequired
URL-Safe encoded Group ID
userIdinteger · int64Required
Session authentication token.
Header parameters
sessionTokenstringRequired
Session authentication token.
Body
User Group membership update object
activebooleanOptional
Group membership status
Responses
200
Group assigned successfully.
application/json
User Group assignment response object
idstringOptional
Assignment ID
groupIdstringOptional
Group ID
userIdinteger · int64Optional
User ID
userRolesstring[]Optional
activebooleanOptional
Group membership status
lastAddedDateinteger · int64Optional
Date of group membership last added
lastRemovedDateinteger · int64Optional
Date of group membership last removed
201
User Group assignment response object.
application/json
400
Client error, see response body for further details.
application/json
401
Unauthorized: Session tokens invalid.
application/json
403
Forbidden: Caller lacks necessary entitlement.
application/json
404
Not Found: Either the group or the user cannot be found.
application/json
500
Server error, see response body for further details.
application/json
put
/v2/admin/usergroups/{groupId}/assignments/{userId}
🚧 Roles and Privileges
Last updated
Was this helpful?