Skip to main content
POST
Add Team Member Role

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Path Parameters

id
integer
required

User ID of the team member to assign the role to.

Body

application/json
role
string

Name of the role to assign; cannot be 'owner'.

Example:

"developer"

Response

{"msg": "success"}

msg
string

"success" on successful assignment