v1

latestOpenAPI 3.0.12026-07-266184114.0 KB
Accounts

Invite corporate members

Invite new users to join your corporate account by sending them email invitations (maximum 10 per request). Only corporate admins with appropriate permissions can use this endpoint. (Permitted scopes: fax:all:edit, fax:member:edit)

post/accounts/self/member-invitations

Request body

string[] required

List of email addresses for invitations (maximum 10 per request)

Example request

[
  "user@example.com"
]

Response

Invitations sent successfully

messagestring

Example response

{
  "message": "Invitations sent successfully"
}