Users
Update User Roles
This endpoint allows tenant administrators to update the roles of a user within their tenant.
PATCH
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Email of the user
Roles for the user
Response
200
application/json
The user roles have been successfully updated.
The response is of type object
.