We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a new POST /v1/invitations/send endpoint
POST /v1/invitations/send
Only register these endpoints if invitations are allowed ($enableInvitations).
$enableInvitations
Parameters accepted:
name
string
invitation_email
invitation_note
invite_to_account
integer
Returns no object if successful
Exceptions
UnauthorizedException
NotFoundException
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Create a new
POST /v1/invitations/send
endpointOnly register these endpoints if invitations are allowed (
$enableInvitations
).Parameters accepted:
name
-string
(invited person’s name)invitation_email
-string
(invited person’s email)invitation_note
-string
(invitation note)invite_to_account
-integer
(optional - account id, if invited to join account)Returns no object if successful
Exceptions
UnauthorizedException
- if user is inviting to account they are not a member ofNotFoundException
- if user is not a member of the account they are inviting a user to or account is individual and can’t have multiple usersThe text was updated successfully, but these errors were encountered: