POST /_system/passwordreset/request

Request a password reset token via email

Request a password reset token via email
KeyTypeExampleDescription
emailrequiredstring
"joe@example.com"
Email address of the account
hostrequiredstring
"test-blueprints.rual.dev"
Host URL for the reset link
usernamerequiredstring
"joe"
Username of the account
{
  "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