---
title: "Get all the admins at a company"
method: GET
path: "/v1/companies/{company_id}/admins"
tags: ["Companies"]
---

# Get all the admins at a company

`GET /v1/companies/{company_id}/admins`

Returns a list of all the admins at a company

scope: `company_admin:read`

## Path parameters

- `company_id` string, required

## Query parameters

- `page` integer
- `per` integer

## Headers

- `X-Gusto-API-Version` '2026-06-15'

## Response `200`

Success

- Admin[]
  - `uuid` string, required — The unique id of the admin.
  - `email` string — The email of the admin for Gusto's system.
  - `first_name` string — The first name of the admin.
  - `last_name` string — The last name of the admin.
  - `phone` string, nullable — The phone number of the admin.

## Other responses

- `404` — Not Found The requested resource does not exist. Make sure the provided UUID is valid.

---

[API](https://skmtc.net/gusto/apis/gusto-api.md) · [All operations](https://skmtc.net/gusto/apis/gusto-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gusto/gusto-api/revisions/826dfa57fb3b/schema)
