POST /_system/passwordreset/update

Update password using a valid reset token

Update password using a valid reset token
KeyTypeExampleDescription
passwordrequiredstring
"••••••••"
New password
tokenrequiredstring
'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJndWlkIj...'
Password reset token
{
  "msg": "ok"
}
{
  "error": "ERROR_KEY"
}
PermissionDescription
*publicNo 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