---
title: "user.listInterviewerPauses"
method: POST
path: "/user.listInterviewerPauses"
tags: ["User"]
---

# user.listInterviewerPauses

`POST /user.listInterviewerPauses`

Lists all active or scheduled interviewer pauses for a user.

**Requires the [`organizationRead`](authentication#permissions-userlistinterviewerpauses) permission.**

## Request body

- UserListInterviewerPausesRequest
  - `userId` string, uuid, required — The id of the user to list pauses for.

## Response `200`

Responses from the user.listInterviewerPauses endpoint

- union
  - UserListInterviewerPausesSuccessResponse
    - `success` true, required
    - `results` InterviewerPause[], required
      - `id` string, uuid, required — The unique id of the interviewer pause.
      - `userId` string, uuid, required — The id of the user who is paused.
      - `startsAt` string, date-time, required — The start date and time of the pause period.
      - `endsAt` string, date-time, nullable, required — The end date and time of the pause period. If null, the pause is indefinite.
      - `comment` string, nullable, required — An optional comment describing the reason for the pause.
      - `createdAt` string, date-time, required — The date and time when the pause was created.
  - ErrorResponse
    - `success` false, required
    - `errors` ErrorDetail[], required
      - `message` string, required
      - `parameter` string

---

[API](https://skmtc.net/ashbyhq/apis/ashby-api.md) · [All operations](https://skmtc.net/ashbyhq/apis/ashby-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ashbyhq/ashby-api/revisions/778b919dc743/schema)
