Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 875 Bytes

TeamAddMemberRequest.md

File metadata and controls

27 lines (14 loc) · 875 Bytes

TeamAddMemberRequest

Properties

Name Type Description Notes
accountId String account_id or email_address is required. If both are provided, the account id prevails.

Account id of the user to invite to your Team.
emailAddress String account_id or email_address is required, If both are provided, the account id prevails.

Email address of the user to invite to your Team.
role RoleEnum A role member will take in a new Team.

NOTE: This parameter is used only if team_id is provided.

Enum: RoleEnum

Name Value
MEMBER "Member"
DEVELOPER "Developer"
TEAM_MANAGER "Team Manager"
ADMIN "Admin"