Create a new user in the admin system. Users get 15 credits when created. When plan set to 'sdk' with a valid institution (your digital twin _id), user is automatically enrolled into the instance
curl --request POST \
--url https://pria.praxislxp.com/api/admin/user \
--header 'Content-Type: application/json' \
--header 'x-access-token: <api-key>' \
--data '
{
"email": "jsmith@example.com",
"fname": "<string>",
"lname": "<string>",
"password": "<string>",
"institution": "<string>",
"credits": 123,
"picture": "<string>",
"remember_history_count": 123,
"mustChangePassword": true
}
'{
"success": true,
"id": "<string>",
"message": "<string>"
}Admin Users
Create a new user in the admin system. Users get 15 credits when created. When plan set to 'sdk' with a valid institution (your digital twin _id), user is automatically enrolled into the instance
POST
/
api
/
admin
/
user
Create a new user in the admin system. Users get 15 credits when created. When plan set to 'sdk' with a valid institution (your digital twin _id), user is automatically enrolled into the instance
curl --request POST \
--url https://pria.praxislxp.com/api/admin/user \
--header 'Content-Type: application/json' \
--header 'x-access-token: <api-key>' \
--data '
{
"email": "jsmith@example.com",
"fname": "<string>",
"lname": "<string>",
"password": "<string>",
"institution": "<string>",
"credits": 123,
"picture": "<string>",
"remember_history_count": 123,
"mustChangePassword": true
}
'{
"success": true,
"id": "<string>",
"message": "<string>"
}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
Available options:
active, inactive Available options:
free, sdk Available options:
user, admin Was this page helpful?
⌘I