ChangeAccountManager

Transfers the responsibility of managing a particular account to another manager. The sender must be the current account manager of the account and, to provide consent, the new manager must also sign this transaction.

JSON representation
{
  "account": {
    object (Entity)
  },
  "accountId": string,
  "nextManager": {
    object (Entity)
  },
  "nextManagerId": string
}
Fields
account
(deprecated)

object (Entity)

Optional. Deprecated: Use accountId instead. The ID of the account whose manager is to be changed.

accountId

string

Optional. The ID of the account whose manager is to be changed. One of account or accountId must be specified. The value is limited to 60 characters.

nextManager
(deprecated)

object (Entity)

Optional. Deprecated: Use nextManagerId instead. The ID of the new proposed account manager. Validation requires that the new manager has also signed this transaction.

nextManagerId

string

Optional. The ID of the new proposed account manager. Validation requires that the new manager has also signed this transaction. One of nextManager or nextManagerId must be specified. The value is limited to 60 characters.