Invitations
Create an invitation
Creates a new invitation for the given email address and sends the invitation email. Keep in mind that you cannot create an invitation if there is already one for the given email address. Also, trying to create an invitation for an email address that already exists in your application will result to an error.
post/invitations
Request body
Response
Success
Example response
{
"status": "pending"
}