pem.enableAccount

This method is supported by Operations starting from version 2.3.

This method enables all services provisioned under specified account if they were disabled. The corresponding Reseller or Customer will be able to login to Operations and manage services provisioned under this account.

Note: If pem.disableAccount method was called for an account, then it is not guaranteed that, after calling pem.enableAccount method, all services will be in the same state as they were just before pem.disableAccount method was called; it depends on particular kind of services.

The method has the following input parameters:

Name

Type

Short Description

account_id

int

The ID of the Account to enable.

The method has no output parameters.

See also:

pem.disableAccount method.