{ "status": "success", "message": "Invite email sent" }
Allows an authenticated tenant member to invite another user via email. The invitee will receive an email and must accept the invitation.
Session token stored in a cookie after user signs in, prefixed with __Secure if on https
Email address of the user being invited
CSRF token for request validation
URL to redirect the user to after accepting the invite
Callback URL to include in the invitation email
Invite sent successfully
"success"
"Invite email sent"
Was this page helpful?