New: Effortlessly link Digital Twins, embed RAG modules in any LLM, and integrate with enterprise data sources using Connector MCP and MCP Servers.
cURL
curl --request POST \ --url https://pria.praxislxp.com/api/user/settings \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "Setting updated!", "data": [ { "_id": "687e6ee393c79717445848de", "key": "variable-2", "value": "variable value", "institution": "6631915765bb0a94cfd6ca99", "user": "6430d02554cd4e00403e8b05", "status": "active", "admin_only": true, "institution_shared": true, "editable_others": true, "institution_data": { "_id": "6631915765bb0a94cfd6ca99", "name": "scarlet.hugo.praxis-ai.instructure.com", "ainame": "Scarlet" }, "user_data": { "_id": "6430d02554cd4e00403e8b05", "email": "hugo.lebegue@gmail.com", "fname": "Hugo", "lname": "Lebegue" }, "index": 1 } ] }
Fetches the current instance’s variables with institution and user metadata
JWT token passed in x-access-token header
Successfully retrieved user settings
Whether the operation was successful
true
Success message
"Setting updated!"
Show child attributes
Was this page helpful?