v3

latestOpenAPI 3.0.22026-08-04424560.5 KB
User 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

emailstring required

Email address of the account to reset

Example request

{
  "email": "test@example.com"
}

Response

Request accepted

messagestring required

Example response

{
  "message": "If an account exists, a password reset email has been sent."
}