---
title: "List users on a legal hold"
method: GET
path: "/v1/legal_holds/{legal_hold_id}/users"
tags: ["Legal holds"]
---

# List users on a legal hold

`GET /v1/legal_holds/{legal_hold_id}/users`

## Path parameters

- `legal_hold_id` string, uuid, required

## Query parameters

- `start_cursor` string

## Headers

- `Notion-Version` '2026-03-11', required

## Response `200`

- object
  - `user_ids` string[], required
  - `next_cursor` string

## Other responses

- `400` — The request body, path parameters, or query parameters are invalid.
- `401` — The request is missing a valid bearer token.
- `403` — The authenticated bot does not have access to the requested resource or scope.
- `404` — The requested resource could not be found.
- `429` — The request was rate limited.
- `500` — An unexpected server error occurred.

---

[API](https://skmtc.net/notion/apis/notion-admin-api.md) · [All operations](https://skmtc.net/notion/apis/notion-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/notion/notion-admin-api/revisions/62d8d95d51e0/schema)
