---
title: "Sends the user a password reset email"
method: POST
path: "/password-reset"
tags: ["Users"]
---

# Sends the user a password reset email

`POST /password-reset`

Trigger a password reset email from Cognito

## Request body

- object
  - `email` string, required

## Response `202`

Request accepted

## Other responses

- `400` — Request rejected due to invalid parameters supplied
- `500` — Failed to process the request due to an internal error

---

[API](https://skmtc.net/office-of-national-statistics/apis/identity-api.md) · [All operations](https://skmtc.net/office-of-national-statistics/apis/identity-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/office-of-national-statistics/identity-api/revisions/6472459b6b03/schema)
