Update account
curl --request PUT \
--url https://pria.praxislxp.com/api/admin/account/{id} \
--header 'Content-Type: application/json' \
--header 'x-access-token: <api-key>' \
--data '
{
"name": "<string>",
"managerEmail": "jsmith@example.com",
"status": "active",
"credits": 123
}
'{
"success": true,
"message": "User institution deleted successfully"
}Admin Accounts
Update account
Updates an existing account
PUT
/
api
/
admin
/
account
/
{id}
Update account
curl --request PUT \
--url https://pria.praxislxp.com/api/admin/account/{id} \
--header 'Content-Type: application/json' \
--header 'x-access-token: <api-key>' \
--data '
{
"name": "<string>",
"managerEmail": "jsmith@example.com",
"status": "active",
"credits": 123
}
'{
"success": true,
"message": "User institution deleted successfully"
}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
Path Parameters
Account ID
Body
application/json
Was this page helpful?
⌘I