v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-13327173.8 KB
matters

Adds accounts to a hold. Returns a list of accounts that have been successfully added. Accounts can be added only to an existing account-based hold.

post/v1/matters/{matterId}/holds/{holdId}:addHeldAccounts

Path parameters

matterIdstring required

The matter ID.

holdIdstring required

The hold ID.

Request body

emailsstring[]

A comma-separated list of the emails of the accounts to add to the hold. Specify either emails or account_ids, but not both.

accountIdsstring[]

A comma-separated list of the account IDs of the accounts to add to the hold. Specify either emails or account_ids, but not both.

Response

Successful response