Authorizations
Default authentication mechanism
Path Parameters
The unique team identifier
Example:
"team_1a2b3c4d5e6f7g8h9i0j1k2l"
Body
application/json
The email address of the user to invite
Example:
"john@example.com"
The role of the user to invite
Available options: 
OWNER, MEMBER, DEVELOPER, SECURITY, BILLING, VIEWER, VIEWER_FOR_PLUS, CONTRIBUTOR Example:
[
  "OWNER",
  "MEMBER",
  "DEVELOPER",
  "SECURITY",
  "BILLING",
  "VIEWER",
  "VIEWER_FOR_PLUS",
  "CONTRIBUTOR"
]Response
The member was successfully added to the team
The ID of the invited user
Example:
"kr1PsOIzqEL5Xg6M4VZcZosf"
The username of the invited user
Example:
"john-doe"
The email of the invited user.
Example:
"john@user.co"
The role used for the invitation
Available options: 
OWNER, MEMBER, DEVELOPER, SECURITY, BILLING, VIEWER, VIEWER_FOR_PLUS, CONTRIBUTOR Example:
"MEMBER"
The team roles of the user
Example:
["MEMBER"]The team permissions of the user
Example:
["CreateProject"]