POST
/
api
/
user
/
settings
Retrieve a list of instance variables
curl --request POST \
  --url https://pria.praxislxp.com/api/user/settings \
  --header 'Authorization: Bearer <token>'
[
  {
    "_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
  }
]

Authorizations

Authorization
string
header
required

JWT token passed in x-access-token header

Response

Successfully retrieved user settings

Array of user settings with associated metadata