Get all the admins at a company
GET {{baseUrl}}/v1/companies/:company_id/admins?page=<number>&per=<number>
Returns a list of all the admins at a company
scope: company_admin:read
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
page | string | The page that is requested. When unspecified, will load all objects unless endpoint forces pagination. | |
per | string | Number of objects per page. For majority of endpoints will default to 25 |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Gusto-API-Version | string | Determines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used. | |
Accept | string |
RESPONSES
status: OK
[{"first_name":"Katherine","last_name":"Johnson","email":"Katherine@acmecorp.com","uuid":"987058cc-23ee-46e9-81ef-5cee086cceca"},{"first_name":"Anita","last_name":"Borg","email":"Anita@acmecorp.com","uuid":"5de11791-98fd-4587-9ed0-d5d804b8e647"}]