---
title: "List legal hold policies associated with a user - v3"
method: POST
path: "/legalholds/v3/users/policies"
tags: ["Legal Hold"]
---

# List legal hold policies associated with a user - v3

`POST /legalholds/v3/users/policies`

Returns the list of legal hold policies that are associated with a user.

## Request body

- RequestListPoliciesByUsers
  - `custodians` object[]
    - `emailId` string — Email address of the user for which the associated legal hold policies are requested. Example - ernie.carter@druva.com
  - `action` 'list'

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `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)
