ActivateAccount

Marks an account as ACCOUNT_STATUS_ACTIVE. The sender must be the account manager of the account to activate.

The account owner can resume normal operations permitted by the roles on the account.

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

object (Entity)

Optional. Deprecated: Use accountId instead. The ID of the account to be activated.

accountId

string

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