Skip to main content
POST
Update User Role

Authorizations

Authorization
string
header
required

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

Path Parameters

user_id
string
required

Body

application/json
role
enum<string>
required
Available options:
admin,
member,
manager

Response

Successful Response

user
object
required

Lightweight user for nested relationships.