Security enhancements to IP Vault and new Gemini 3.1 Flash Live STS model for Convo mode
curl --request PUT \
--url https://pria.praxislxp.com/api/admin/userInstitution/{userId} \
--header 'Content-Type: application/json' \
--header 'x-access-token: <api-key>' \
--data '
{
"accountType": "admin",
"entitlements": [
"institutions.list",
"institutions.add",
"users.list",
"users.edit"
],
"status": "active"
}
'{
"success": true,
"message": "User Institution updated!"
}Updates the account type for a specific user in the institution
curl --request PUT \
--url https://pria.praxislxp.com/api/admin/userInstitution/{userId} \
--header 'Content-Type: application/json' \
--header 'x-access-token: <api-key>' \
--data '
{
"accountType": "admin",
"entitlements": [
"institutions.list",
"institutions.add",
"users.list",
"users.edit"
],
"status": "active"
}
'{
"success": true,
"message": "User Institution updated!"
}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
The unique identifier of the user
Was this page helpful?