User Groups V2
Update User Group Roles
Use this API to update the roles of a user group by replacing the current set of roles with a new one.
put/api/access/v2/user-groups/{groupId}/access-levels
Path parameters
groupIdstring uuid required
The unique identifier of the user group.
Request body
Example request
{
"currentOrganizationId": "323e4567-e89b-12d3-a456-426614174000",
"currentRoleId": "823e4567-e89b-12d3-a456-426614174000",
"newOrganizationId": "923e4567-e89b-12d3-a456-426614174000",
"newRoleId": "813e4567-e89b-12d3-a456-426614174000"
}Response
Access level updated successfully