Method: matters.holds.accounts.list
보류가 적용된 계정을 나열합니다. 여기에는 보류가 적용되는 개별적으로 지정된 계정만 표시될 수 있습니다. 보류 조치가 조직 단위를 포함하는 경우 Admin SDK를 사용하여 보류 중인 조직 단위의 구성원을 나열합니다.
HTTP 요청
GET https://vault.googleapis.com/v1/matters/{matterId}/holds/{holdId}/accounts
URL은 gRPC 트랜스코딩 문법을 사용합니다.
경로 매개변수
매개변수 |
matterId |
string
케이스 ID입니다.
|
holdId |
string
보류 ID입니다.
|
응답 본문
보류가 적용된 계정의 목록을 반환합니다.
성공한 경우 응답 본문은 다음과 같은 구조의 데이터를 포함합니다.
승인 범위
다음 OAuth 범위 중 하나가 필요합니다.
https://www.googleapis.com/auth/ediscovery.readonly
https://www.googleapis.com/auth/ediscovery
자세한 내용은 OAuth 2.0 Overview를 참고하세요.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-02-27(UTC)
[null,null,["최종 업데이트: 2025-02-27(UTC)"],[[["Lists the accounts covered by a specified hold within a matter using the matter ID and hold ID."],["Returns information about the held accounts, but for organizational unit holds, the Admin SDK should be used."],["Requires specific authorization scopes for accessing and retrieving hold account data."],["Provides details on the HTTP request format, path parameters, request and response body structures."],["Includes a link to try the API functionality and further documentation on authorization."]]],["This document outlines the process to list accounts under a hold using an HTTP GET request. The request, directed to `https://vault.googleapis.com/v1/matters/{matterId}/holds/{holdId}/accounts`, requires `matterId` and `holdId` as path parameters. The request body must be empty. The successful response returns a JSON object containing an array of `accounts` which lists `HeldAccount` objects. Access requires either `ediscovery.readonly` or `ediscovery` OAuth scopes. Organizational units should use Admin SDK to get the list.\n"]]