Security enhancements to IP Vault and new Gemini 3.1 Flash Live STS model for Convo mode
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"
}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.
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"
}Documentation Index
Fetch the complete documentation index at: https://docs.praxis-ai.com/llms.txt
Use this file to discover all available pages before exploring further.
JWT token passed in x-access-token header
Was this page helpful?