Skip to main content
PATCH
Update user role

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
email
string<email>
required

User email

role
enum<string>
required

New role

Available options:
admin,
developer,
monitor,
billing

Response

Role updated successfully

message
string