---
title: "Reset user password"
method: POST
path: "/v2/users/password-reset"
tags: ["Users"]
---

# Reset user password

`POST /v2/users/password-reset`

Initiates a password reset flow for the staff user identified by the request. A password-reset email is sent to the user's registered address.

## Request body

- PasswordResetRequest
  - `email` string, required

## Response `200`

Successful response

- SuccessResponse
  - `status` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `415` — Unsupported Media Type
- `429` — Too Many Requests

---

[API](https://skmtc.net/extole/apis/integration-api-server-to-extole.md) · [All operations](https://skmtc.net/extole/apis/integration-api-server-to-extole/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extole/integration-api-server-to-extole/revisions/c16e62e66755/schema)
