Create or retrieve institution join code
curl --request POST \
--url https://pria.praxislxp.com/api/user/institutionCreateJoinId \
--header 'Content-Type: application/json' \
--header 'x-access-token: <api-key>' \
--data '
{
"institutionId": "60d5ec49f1b2c72b9c8e4d3a"
}
'{
"success": true,
"data": {
"joinId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
},
"message": "Successful joinId"
}Membership
Create or retrieve institution join code
Generates a new join code (UUID v4) for the specified institution, or returns the existing one if already set. Requires admin or super privileges.
POST
/
api
/
user
/
institutionCreateJoinId
Create or retrieve institution join code
curl --request POST \
--url https://pria.praxislxp.com/api/user/institutionCreateJoinId \
--header 'Content-Type: application/json' \
--header 'x-access-token: <api-key>' \
--data '
{
"institutionId": "60d5ec49f1b2c72b9c8e4d3a"
}
'{
"success": true,
"data": {
"joinId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
},
"message": "Successful joinId"
}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.
Authorizations
JWT token passed in x-access-token header
Body
application/json
The institution ObjectId to create/retrieve a join code for
Example:
"60d5ec49f1b2c72b9c8e4d3a"
Was this page helpful?
⌘I