Skip to main content
PATCH
Update a team member

Authorizations

Authorization
string
header
required

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

Path Parameters

team_id
string
required

Team ID is an alphanumerical string that identifies a Team. This is externally referred to as a "Workspace".

user_id
string
required

User ID is an alphanumerical string that identifies a user.

Body

application/json
role
enum<string>
Available options:
owner,
admin,
member,
guest,
guestReader

Response

updated team member

member
User · object