v3
latestOpenAPI 3.0.22026-08-04424560.5 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."
}