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

KeyDatatypeRequiredDescription
pagestringThe page that is requested. When unspecified, will load all objects unless endpoint forces pagination.
perstringNumber of objects per page. For majority of endpoints will default to 25

HEADERS

KeyDatatypeRequiredDescription
X-Gusto-API-VersionstringDetermines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used.
Acceptstring

RESPONSES

status: OK

[{&quot;first_name&quot;:&quot;Katherine&quot;,&quot;last_name&quot;:&quot;Johnson&quot;,&quot;email&quot;:&quot;Katherine@acmecorp.com&quot;,&quot;uuid&quot;:&quot;987058cc-23ee-46e9-81ef-5cee086cceca&quot;},{&quot;first_name&quot;:&quot;Anita&quot;,&quot;last_name&quot;:&quot;Borg&quot;,&quot;email&quot;:&quot;Anita@acmecorp.com&quot;,&quot;uuid&quot;:&quot;5de11791-98fd-4587-9ed0-d5d804b8e647&quot;}]