v2
OpenAPI 3.0.22026-07-31424560.1 KBUser V2
requestPasswordReset
Request a password reset email for the given email address. Always returns a success response whether or not an account exists with that email.
post/v2/users/public/requestPasswordReset
Request body
Example request
{
"email": "test@example.com"
}Response
Request accepted
Example response
{
"message": "If an account exists, a password reset email has been sent."
}