Email an invite link to a recipient
curl --request POST \
--url https://pria.praxislxp.com/api/user/institutionSendInvite \
--header 'Content-Type: application/json' \
--header 'x-access-token: <api-key>' \
--data '
{
"institutionId": "60d5ec49f1b2c72b9c8e4d3a",
"email": "newuser@example.com"
}
'{
"success": true,
"message": "Invitation sent"
}Membership
Email an invite link to a recipient
Composes an invitation email containing the institution’s join link and sends it to the supplied email address. Requires admin or super privileges. Reuses the institution’s existing joinId or generates one on demand.
POST
/
api
/
user
/
institutionSendInvite
Email an invite link to a recipient
curl --request POST \
--url https://pria.praxislxp.com/api/user/institutionSendInvite \
--header 'Content-Type: application/json' \
--header 'x-access-token: <api-key>' \
--data '
{
"institutionId": "60d5ec49f1b2c72b9c8e4d3a",
"email": "newuser@example.com"
}
'{
"success": true,
"message": "Invitation sent"
}Authorizations
JWT token passed in x-access-token header
Body
application/json
Was this page helpful?
⌘I