User Role Assignments
Create role assignment
Assign a role to an existing user in the specified scope.
post/cloud/v1/users/assignments
Request body
Example request
{
"client_id": 8,
"user_id": 777
}Response
OK
Example response
{
"client_id": 123,
"created_at": "2019-06-25T08:42:42Z",
"id": 12,
"project_id": 123,
"updated_at": "2019-06-25T08:42:42Z",
"user_id": 123
}