put https://example.com/role-store/api/v1/users//roles
Set specific user's roles. These are granted in addition to mapped roles.
Log in to see full request history
Responses
200Successful response, user updated
Set specific user's roles. These are granted in addition to mapped roles.
200Successful response, user updated
xxxxxxxxxx
curl --request PUT \
--url https://example.com/role-store/api/v1/users/user_id/roles \
--header 'Authorization: Bearer a-proper-token-goes-here' \
--header 'accept: application/json' \
--header 'content-type: application/json'
Try It!
to start a request and see the response here!