UWAGA: poniższa dokumentacja dotyczy nieakutalnej wersji API (2.0.0). Kliknij aby przejść do aktualnej dokumentacji.

<<

NAME

Account - manage your account

FORMAL SPECIFICATION

WSDL: https://api.cloudmonit.pl/2.0.0/wsdl/Account.wsdl

JSON: https://api.cloudmonit.pl/2.0.0/json/Account.json

DESCRIPTION

This API module allows you to configure and retrieve information about user accounts.

METHODS

Activate

Activates an account. You need to login as a distributor to do this.

Arguments

Returns

Nothing.

Block

Blocks an account. You need to login as a distributor to do this. Blocked accounts cannot be accessed by users until unblocked, their services are paused.

Arguments

Returns

Nothing.

Create

Creates a new account. You need to login as a distributor to do this. The new account is inactive by default; it needs to be activated by the Account::Activate method. Creating an account requires the account user's data to be specified and creates a new User.

Arguments

Returns

Delete

Permanently deletes an account with all its groups, services etc. Only distributors can do this.

Arguments

Returns

Nothing.

Find

This method allows you to fetch information about selected Account objects.

Arguments

Returns

Authorization

This method can be called by read-only users.

Meta

Returns the JSON or WSDL specification of the Account API module.

WARNING

This method is meant for internal usage in API clients. Unless you are writing one, you probably do not need it.

Arguments

Returns

Authorization

This method can be called by read-only users.

Read

This method allows you to get information about a single Account object.

Arguments

Returns

Authorization

This method can be called by read-only users.

Unblock

Unblocks an account. You need to login as a distributor to do this. Unblocked accounts can be logged to, but their services have to be unpaused manually.

Arguments

Returns

Nothing.

Update

Updates an account's information.

Arguments

Returns

Nothing.

<<