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.0/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. |
CreateSsoAccount | Creates a new account. |
CreateSsoAccountWithNewPlan | 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 |
GetAccountBySsoId | Searches for the account specified by SSO ID |
MigrateAccountToNewSsoAccount | Converts a local account to a SSO account. |
RequestUserOwnershipTransfer | Transfers ownership of a specified user to the specific application. Only application that owns the user may transfer ownership to another application. |
SetAccountStatus | Assigns locked/unlocked status to an account |
SetSsoId | Sets up new SSO ID to a specified account. |
UpdateAccount | Updates account information |
UpdateProfile | Updates the profile of the account specified by accountId. |