User Role Assignments
Update role assignment
Modify an existing role assignment for a user.
patch/cloud/v1/users/assignments/{assignment_id}
Path parameters
assignment_idinteger required
Assignment ID
Example:123
Assignment ID
Request body
Example request
{
"client_id": 8,
"user_id": 777
}Response
OK
Example response
{
"assignment_id": 12
}