Skip to main content
PUT
cURL

Authorizations

Authorization
string
header
required

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

Path Parameters

team
string<uuid>
required

The team ID

user
string<uuid>
required

The user ID

Body

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

Response

success
boolean
required
message
string
required
Example:

"Role updated"