---
title: "Changes a candidate's status."
method: PUT
path: "/interviews/{interviewId}/candidate/status"
tags: ["statuses"]
deprecated: true
---

# Changes a candidate's status.

`PUT /interviews/{interviewId}/candidate/status`

> **Deprecated.**

Supported only for interviews created via the Public API.

## Request body

- AttendeeStatus
  - `status` 'accepted' | 'declined' | 'pending' | 'tentative', required

## Response `204`

Status successfully changed

## Other responses

- `403` — Forbidden to change candidate's status
- `404` — with codes: * **INTERVIEW_NOT_FOUND** when no interview with given id
- `422` — When input validation fails
- `500` — Unexpected error

---

[API](https://skmtc.net/smartrecruiters/apis/apply-api.md) · [All operations](https://skmtc.net/smartrecruiters/apis/apply-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartrecruiters/apply-api/revisions/449bdc2516c9/schema)
