Skip to main content
POST
Email an invite link to a recipient

Authorizations

x-access-token
string
header
required

JWT token passed in x-access-token header

Body

application/json
institutionId
string
required

The institution ObjectId to invite the recipient to

Example:

"60d5ec49f1b2c72b9c8e4d3a"

email
string<email>
required

Recipient email address

Example:

"newuser@example.com"

Response

Invitation email sent

success
boolean
Example:

true

message
string
Example:

"Invitation sent"