POST
/
v2
/
teams
/
member

Request Parameters

team_id
string
required

Id of the team to add the member to

member_email
string
required

Email of the new team member

member_role
string
required

Role of the new team member
Options: admin, dev or finance

Response Parameters

team_id
string

ID of the created team

team_name
string

Name of the created team

member_email
string

Email of the new team member

member_role
string

Role of the new team member