Method: matters.holds.accounts.list

Lists the accounts covered by a hold. This can list only individually-specified accounts covered by the hold. If the hold covers an organizational unit, use the Admin SDK. to list the members of the organizational unit on hold.

HTTP request

GET https://vault.googleapis.com/v1/matters/{matterId}/holds/{holdId}/accounts

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
matterId

string

The matter ID.

holdId

string

The hold ID.

Request body

The request body must be empty.

Response body

Returns a list of the accounts covered by a hold.

If successful, the response body contains data with the following structure:

JSON representation
{
  "accounts": [
    {
      object (HeldAccount)
    }
  ]
}
Fields
accounts[]

object (HeldAccount)

The held accounts on a hold.

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/ediscovery.readonly
  • https://www.googleapis.com/auth/ediscovery

For more information, see the Authorization guide.