put https://example.com/api/1/admin/users/
Update the user roles.
Be aware: This is a replace operation: the existing roles are replaced by the new set.
Log in to see full request history
Responses
Update the user roles.
Be aware: This is a replace operation: the existing roles are replaced by the new set.
xxxxxxxxxx
curl --request PUT \
--url https://example.com/api/1/admin/users/id \
--header 'accept: application/json' \
--header 'content-type: application/json'
Try It!
to start a request and see the response here! Or choose an example: