voxel.hapi.accounts.list
Returns a list of accounts.
Parameters
Example Response
<rsp stat="ok">
<accounts>
<account id="1234">
<company>Some Company</company>
<first_name>John</first_name>
<last_name>Doe</last_name>
<address>
<street_address>23 West Somewhere Street</street_address>
<city>Springfield</city>
<state>Colorado</state>
<postal_code>80206</postal_code>
<country>United States</country>
</address>
<phone_number>(555) 555-3421</phone_number>
<fax_number>(555) 555-7854</fax_number>
<email>somecompany@gmail.com</email>
<verified>true</verified>
<quotas>
<max_voxcloud_cores_per_vm>4</max_voxcloud_cores_per_vm>
<max_voxcloud_devices>4</max_voxcloud_devices>
<max_voxserver_devices>4</max_voxserver_devices>
</quotas>
</account>
</accounts>
</rsp>
Notes
This method lists the primary contact information for a Voxel customer account.
Method Specific Error Codes
-
None

