হোল্ডে অ্যাকাউন্ট যোগ করে। সফলভাবে যোগ করা অ্যাকাউন্টগুলির একটি তালিকা প্রদান করে। অ্যাকাউন্টগুলি শুধুমাত্র বিদ্যমান অ্যাকাউন্ট-ভিত্তিক হোল্ডে যোগ করা যেতে পারে।
HTTP অনুরোধ
POST https://vault.googleapis.com/v1/matters/{matterId}/holds/{holdId}:addHeldAccounts
[[["সহজে বোঝা যায়","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-02-05 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Adds accounts to an existing, account-based hold within a specified matter."],["You can add accounts by providing either a list of emails or account IDs in the request body."],["The response includes a list of successfully added accounts and their status."],["Requires authorization with the `https://www.googleapis.com/auth/ediscovery` scope."],["Uses the `POST` method and the `https://vault.googleapis.com/v1/matters/{matterId}/holds/{holdId}:addHeldAccounts` endpoint."]]],["This content describes adding accounts to an existing hold via a POST HTTP request to a specific URL, using `matterId` and `holdId` path parameters. The request body requires either a list of `emails` or `accountIds`. The response contains a list of `AddHeldAccountResult` objects, each indicating the success status and the created account details. Authorization requires the `https://www.googleapis.com/auth/ediscovery` OAuth scope.\n"]]