
Reads an account's existing officers.
| Data | Description | 
|---|---|
| accountid | Account (ID) to read the officers from | 
If the process is successful, the following response is generated.
| Data | Description | 
|---|---|
| success | True | 
| officers | An array containing the existing officer objects | 
{"success":false,"error":"Missing required parameter - accountid"}
{"success":false,"error":"Object reference not set to an instance of an object. at PlanetsAPI.AccountActions2.officers(Int64 accountid) in C:\\dev\\PlanetsAPI\\v2\\AccountActions.cs:line 773"}