v1

latestOpenAPI 3.1.02026-07-245531,0212.1 MB
Legal Hold

List the users on legal hold - v3

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

get/legalholds/v3/policies/{policyId}/users

Path parameters

policyIdinteger required

Specify the unique ID of the legal hold policy for which you want the list of users. Get the ID of a legal hold policy using the 'List legal hold policies' API.

Response

OK

Example response

{
  "custodians": [
    {
      "emailId": "john.doe@someorg.com",
      "webdavUrl": "https://restore-c1-kunals.drtst.in/webdav/LH Policy 1/uname/"
    }
  ]
}