---
title: "List the users on legal hold - v3"
method: GET
path: "/legalholds/v3/policies/{policyId}/users"
tags: ["Legal Hold"]
---

# List the users on legal hold - v3

`GET /legalholds/v3/policies/{policyId}/users`

Returns the list of users who are on legal hold in Druva inSync.

## Path parameters

- `policyId` integer, required

## Response `200`

OK

- ResponseGetCustodians
  - `custodians` object[]
    - `emailId` string — Email address of the users associated with the legal hold policy. Example - ernie.carter@druva.com
    - `webdavUrl` string — WebDAV URL to access the user's data.

## Other responses

- `401` — Unauthorized
- `404` — Not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/druva/apis/authentication.md) · [All operations](https://skmtc.net/druva/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/druva/authentication/revisions/2af2bf148b25/schema)
