Skip to main content
POST
Add 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

Body

application/json

Add an existing user to a team, by id or by email.

userId
string | null
email
string | null
role
enum<string>
default:MEMBER
Available options:
ADMIN,
MEMBER

Response

Successful Response

data
AdminTeamMember · object | null

Response data

status
string | null

Response status