Skip to main content

AddMemberForm

emailstring

User email (required if user_id not provided)

Example: john@example.com
user_idstring

User id (required if email not provided)

Example: 1VJEQAYWW54TZ5VD
levelstring

Possible values: [member, team_lead, director, division_director]

Default value: member
titlestringnullable
Example: App Developer
AddMemberForm
{
"email": "john@example.com",
"user_id": "1VJEQAYWW54TZ5VD",
"level": "member",
"title": "App Developer"
}