---
title: "Verify an email address"
method: PUT
path: "/emailverification/{token}"
tags: ["respondents"]
---

# Verify an email address

`PUT /emailverification/{token}`

Verify an email address, and set their account to ACTIVE and enrolement to ENABLED if not currently

## Path parameters

- `token` string, required

## Response `200`

The email address has been verified

## Other responses

- `404` — The token or the respondent does not exist
- `409` — The token has expired

---

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