---
title: "Request a password change email"
method: POST
path: "/respondents/request_password_change"
tags: ["respondents"]
---

# Request a password change email

`POST /respondents/request_password_change`

Request a password change email

## Request body

- object
  - `email_address` string, email — The email address of the respondent

## Response `200`

The password change email has been sent

## Other responses

- `400` — The request body was missing email_address
- `404` — The respondent does not exist

---

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