matters_holds_accounts_list | SELECT | holdId, matterId | 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. |
matters_holds_accounts_create | INSERT | holdId, matterId | Adds an account to a hold. Accounts can be added only to a hold that does not have an organizational unit set. If you try to add an account to an organizational unit-based hold, an error is returned. |
matters_holds_accounts_delete | DELETE | accountId, holdId, matterId | Removes an account from a hold. |