---
title: "Changes a interviewer's status in given timeslot"
method: PUT
path: "/interviews/{interviewId}/timeslots/{timeslotId}/interviewers/{userId}/status"
tags: ["statuses"]
---

# Changes a interviewer's status in given timeslot

`PUT /interviews/{interviewId}/timeslots/{timeslotId}/interviewers/{userId}/status`

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 interviewer's status
- `404` — with codes: * **INTERVIEW_NOT_FOUND** when no interview with given id * **TIMESLOT_NOT_FOUND** when no timeslot with given id * **NON_EXISTING_INTERVIEWERS** when no interviewer with given id exists in timeslot
- `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)
