Update user role
Update user role
PUT
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Body
application/json
Object representing a user's role update request
Role identifier to assign to the user
Example:
"admin"
Response
200 - application/json
User
Represents a user in the system
User's email address
Example:
"john.doe@example.com"
Unique identifier for the user
Example:
"usr_123456789"
User's full name
Example:
"John Doe"
Detailed information about a user's role
Was this page helpful?