---
title: "Get Employees"
method: GET
path: "/employees"
---

# Get Employees

`GET /employees`

Return information for all employees under a company

## Query parameters

- `companyID` string, required
- `onboarded` boolean
- `employment_status` string
- `title` string
- `dob` string, date
- `start_date` string, date
- `email` string
- `phone_number` string
- `default_pay_schedule` string
- `is_943` boolean
- `is_scheduleH` boolean
- `external_id` string
- `workLocationID` string

## Response `200`

200

## Other responses

- `400` — 400

---

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