---
title: "Actions to be taken on a candidates email address"
method: POST
path: "/candidate/{candidate_id}/email/{email_id}/action"
tags: ["Candidate Email Details"]
---

# Actions to be taken on a candidates email address

`POST /candidate/{candidate_id}/email/{email_id}/action`

## Request body

- CandidateEmailActionBodyDef
  - `action` 'make_primary' | 'resend_verification', required

## Response `201`

Action taken successfully on candidate email address

- SuccessResponse
  - `status` string, required

## Other responses

- `400` — Validation errors caused by missing or invalid header / path or payloads
- `401` — Failed to authenticate the user making the request
- `404` — Resource not found
- `default` — Server error occurred

---

[API](https://skmtc.dev/staffshift/apis/staffshift-api-gateway.md) · [All operations](https://skmtc.dev/staffshift/apis/staffshift-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/staffshift/staffshift-api-gateway/revisions/6e2cb83db3a9/schema)
