---
title: "Set the password verification token for a respondent"
method: POST
path: "/respondents/{respondent_id}/password-verification-token"
tags: ["respondents"]
---

# Set the password verification token for a respondent

`POST /respondents/{respondent_id}/password-verification-token`

Set the password verification token for a respondent, and increment their password reset counter

## Path parameters

- `respondent_id` string, uuid, required

## Request body

- object
  - `token` string

## Response `200`

The password verification token has been set

## Other responses

- `400` — The request body was missing a token
- `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)
