Change user password
curl --request POST \
--url https://pria.praxislxp.com/api/auth/changePassword \
--header 'Content-Type: application/json' \
--data '
{
"email": "john.doe@domain.com",
"resetCode": "ABC123",
"password": "newSecurePassword456"
}
'{
"success": true,
"message": "Password changed successfully"
}Authentication
Change user password
Changes the user’s password using a valid reset code.
Rate Limiting: 10 requests per minute per IP address.
POST
/
api
/
auth
/
changePassword
Change user password
curl --request POST \
--url https://pria.praxislxp.com/api/auth/changePassword \
--header 'Content-Type: application/json' \
--data '
{
"email": "john.doe@domain.com",
"resetCode": "ABC123",
"password": "newSecurePassword456"
}
'{
"success": true,
"message": "Password changed 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.
Body
application/json
Was this page helpful?
⌘I