v1
latestOpenAPI 3.0.12026-07-266184114.0 KBAccounts
Resend corporate member invitations
Resend email invitations to users who have not yet signed up for your corporate account (maximum 10 per request). Only corporate admins with appropriate permissions can use this endpoint. (Permitted scopes: fax:all:edit, fax:member:edit)
patch/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 resent successfully
Example response
{
"message": "Invitations resent successfully"
}