Directly Assign Role To User

Scopes
write:user

Path Parameters

user_id
string
REQUIRED

User id

Request Body

array<string>
REQUIRED

Array of Role Ids

POST
/users/{user_id}/roles
1
2
3
4
5
Loading...
Response:
204
Loading...