RUAL Documentation

POST /_system/passwordreset/update

Update password using a valid reset token

Update password using a valid reset token
Key Type Example Description
token required string
"example-string"
Password reset token
password required string
"example-string"
New password
{ "success": true }
{ "success": false, "error": "ERROR_KEY" }
permission description
*public No authentication required - public endpoint

Back to Password Reset Return to the Password Reset category to view other endpoints All API Categories Browse all available API categories