Pria UI now available in Dark mode !
cURL
curl --request POST \ --url http://localhost:3000/api/user/institutionCreateJoinId \ --header 'x-access-token: <api-key>'
{ "success": true, "joinId": "abc123xyz789", "message": "Join ID created successfully" }
Generates a new join code for the institution (requires admin privileges)
JWT token passed in x-access-token header
Join code created successfully
true
The newly generated join code
"abc123xyz789"
"Join ID created successfully"
Was this page helpful?