enable_account
To enable or disable an account, use the account/enable_account method:
svc=account/enable_account¶ms={"itemId":<long>,
                   "enable":<bool>}
Parameters
The request must contain the following parameters:
| Parameter | Description | 
|---|---|
| itemId | Resource (account) ID. | 
| enable | Mode: 0 — disable, 1 — enable. | 
Response
If the account is enabled successfully, an empty object is returned.
Otherwise, an error code is returned.