Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Array of email addresses to invite
Example:
[
"michael@dundermifflin.com",
"dwight@dundermifflin.com"
]Role for invited users. Allowed values are admin or member. Defaults to member.
Example:
"member"
Label names to grant access to a member(applies to member role). You can provide the value as null if you want to give access to all labels.
Example:
["Sales", "Support"]Phone numbers (without @c.us) to grant access to a member(applies to member role). You can provide the value as null if you want to give access to all phone numbers.
Example:
["918824248940"]Response
200 - application/json
200 OK
The list of added members