---
title: "requestPasswordReset"
method: POST
path: "/v2/users/public/requestPasswordReset"
tags: ["User V2"]
---

# requestPasswordReset

`POST /v2/users/public/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.

## Request body

- object
  - `email` string, required — Email address of the account to reset

## Response `200`

Request accepted

- object
  - `message` string, required

---

[API](https://skmtc.net/epilot/apis/user-api.md) · [All operations](https://skmtc.net/epilot/apis/user-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/epilot/user-api/revisions/7fae886a3c99/schema)
