This web service provides account management functions. Methods are invoked by the user whose credentials are specified in SOAP-header (see CredentialsSoapHeader).
WSDL location: /ServiceFacade/4.5/AccountWebService.asmx?WSDL
CreateAccount | Creates a new account. |
CreateAccountWithNewPlan | First, the method creates a new copy of plan for the user. Then it creates a new account with specified parameters and assigns the plan to this new account. |
DeleteAccount | Removes specifed accounts |
FindAccount | Searches for specified accounts |
GetAccountById | Searches for the account specified by ID |
GetAccountByName | Searches for the account specified by login |
SetAccountStatus | Assigns locked/unlocked status to an account |
UpdateAccount | Updates account information |
UpdateProfile | Updates the profile of the account specified by accountId. |