---
title: "Get a respondent by email"
method: GET
path: "/respondents/email"
tags: ["respondents"]
---

# Get a respondent by email

`GET /respondents/email`

Get a respondent by email

## Request body

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

## Response `200`

The respondent has been retrieved

- Respondent
  - `created_on` string, date
  - `email_address` string, email
  - `firstName` string
  - `id` string, integer
  - `lastName` string
  - `markForDeletion` boolean
  - `partyId` string, uuid
  - `passwordResetCounter` integer
  - `passwordVerificationToken` string
  - `pendingEmailAddress` string, email
  - `status` 'CREATED' | 'ACTIVE' | 'SUSPENDED'
  - `telephone` string

## Other responses

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