---
title: "Change the email address of a respondent"
method: PUT
path: "/respondents/email"
tags: ["respondents"]
---

# Change the email address of a respondent

`PUT /respondents/email`

Change the email address of a respondent. Also available at PUT /respondents/change_email

## Request body

- object
  - `email_address` string, email — The current email address of the respondent
  - `new_email_address` string, email — The email address to change to

## Response `200`

The email address was successfully changed

## Other responses

- `400` — The request body was missing email_address or new_email_address
- `404` — The respondent does not exist
- `409` — The new email address is already in use by a different respondent

---

[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)
