Account methods enable you to add, remove, view, and modify account and security information.
More information
AddAccount
You can use AddAccount to add a new account to the system. You can also use this method to create new volumes under the new account as the account is created. The CHAP settings you specify for the account apply to all volumes owned by the account.
GetAccountByID
You can use GetAccountByID to get details about a specific account, given its accountID.
GetAccountByName
You can use GetAccountByName to get details about a specific account, given its username.
GetAccountEfficiency
You can use GetAccountEfficiency to get efficiency statistics about a volume account. This method returns efficiency information only for the account you give as a parameter.
ListAccounts
You can use ListAccounts to get the entire list of accounts, with optional paging support.
ModifyAccount
You can use the ModifyAccount method to modify an existing account.
RemoveAccount
You can use the RemoveAccount method to remove an existing account. You must delete and purge all volumes associated with the account using DeleteVolume before you can remove the account. If volumes on the account are still pending deletion, you cannot use RemoveAccount to remove the account.