# List host administrators Retrieve a list of user accounts that have been granted administrative access to the specified event host Endpoint: GET /hosts/{host}/administrators Version: 3.0.0 Security: SessionKey ## Path parameters: - `host` (integer, required) Unique identifier of the requested host ## Query parameters: - `records` (integer) The number of records per page that should be returned - `page` (integer) The number of the results page to return ## Response 200 fields (application/json): - `total` (integer) The total number of results available - `page` (integer) The number of the results page returned - `records` (integer) The maximum number of results returned per page - `entries` (array) - `entries.self` (string) URI of the account resource - `entries.number` (string) Immutable identifier attached to the account - `entries.username` (string) Unique username attached to the account - `entries.email` (string) Unique email address attached to the account - `entries.firstName` (string) The account holder's forename - `entries.lastName` (string) The account holder's surname ## Response 404 fields (application/json): - `message` (string) Reason for the given response.