Get Account Information

Summary Gets different information about user account
Request https://www.digitalbucket.net/api/rest/getaccountinformation.axd
Method GET
Parameters --

Success

<AccountInformation>
    <FirstName>Greg</FirstName>
    <LastName>Hacobian</LastName>
    <PlanTitle>Professional</PlanTitle>
    <DateCreated>2007-01-13T04:45:28-08:00</DateCreated>
    <TotalStorage>1073741824000</TotalStorage>
    <UsedStorage>19452655</UsedStorage>
    <TotalBandwidth>2147483648000</TotalBandwidth>
    <UsedBandwidth>1070012418000</UsedBandwidth>
    <IsSubUser>false</IsSubUser>
</AccountInformation>

Error

- For other errors refer to the list of Common Errors.