حسابهای تحت پوشش را فهرست میکند. این فقط میتواند حسابهایی را که بهصورت جداگانه مشخص شدهاند، فهرستبندی کند. اگر نگهداری یک واحد سازمانی را پوشش میدهد، از Admin SDK استفاده کنید. لیست اعضای واحد سازمانی در حالت انتظار.
درخواست HTTP
GET https://vault.googleapis.com/v1/matters/{matterId}/holds/{holdId}/accounts
حسابهای تحت پوشش را فهرست میکند. این فقط میتواند حسابهایی را که بهصورت جداگانه مشخص شدهاند، فهرستبندی کند. اگر نگهداری یک واحد سازمانی را پوشش میدهد، از Admin SDK استفاده کنید. لیست اعضای واحد سازمانی در حالت انتظار.
درخواست HTTP
GET https://vault.googleapis.com/v1/matters/{matterId}/holds/{holdId}/accounts
حسابهای تحت پوشش را فهرست میکند. این فقط میتواند حسابهایی را که بهصورت جداگانه مشخص شدهاند، فهرستبندی کند. اگر نگهداری یک واحد سازمانی را پوشش میدهد، از Admin SDK استفاده کنید. لیست اعضای واحد سازمانی در حالت انتظار.
درخواست HTTP
GET https://vault.googleapis.com/v1/matters/{matterId}/holds/{holdId}/accounts
تاریخ آخرین بهروزرسانی 2025-07-25 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","easyToUnderstand","thumb-up"],["مشکلم را برطرف کرد","solvedMyProblem","thumb-up"],["غیره","otherUp","thumb-up"]],[["اطلاعاتی که نیاز دارم وجود ندارد","missingTheInformationINeed","thumb-down"],["بیشازحد پیچیده/ مراحل بسیار زیاد","tooComplicatedTooManySteps","thumb-down"],["قدیمی","outOfDate","thumb-down"],["مشکل ترجمه","translationIssue","thumb-down"],["مشکل کد / نمونهها","samplesCodeIssue","thumb-down"],["غیره","otherDown","thumb-down"]],["تاریخ آخرین بهروزرسانی 2025-07-25 بهوقت ساعت هماهنگ جهانی."],[],[],null,["# Method: matters.holds.accounts.list\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.ListHeldAccountsResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nLists 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](https://developers.google.com/admin-sdk/). to list the members of the organizational unit on hold.\n\n### HTTP request\n\n`GET https://vault.googleapis.com/v1/matters/{matterId}/holds/{holdId}/accounts`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|------------|-------------------------|\n| `matterId` | `string` The matter ID. |\n| `holdId` | `string` The hold ID. |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nReturns a list of the accounts covered by a hold.\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------|\n| ``` { \"accounts\": [ { object (/workspace/vault/reference/rest/v1/matters.holds.accounts#HeldAccount) } ] } ``` |\n\n| Fields ||\n|--------------|--------------------------------------------------------------------------------------------------------------------------------|\n| `accounts[]` | `object (`[HeldAccount](/workspace/vault/reference/rest/v1/matters.holds.accounts#HeldAccount)`)` The held accounts on a hold. |\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/ediscovery.readonly`\n- `https://www.googleapis.com/auth/ediscovery`\n\nFor more information, see the [Authorization guide](/workspace/guides/configure-oauth-consent)."]]