---
title: "List employees"
method: GET
path: "/employees"
---

# List employees

`GET /employees`

Returns a list of all employees. Employees will be returned from the list endpoint in alphabetical order, sorted by last name, first name.

## Query parameters

- `company` string
- `limit` integer
- `workplace` string
- `active` boolean

## Response `200`

200

---

[API](https://skmtc.net/checkhq/apis/check-api.md) · [All operations](https://skmtc.net/checkhq/apis/check-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/checkhq/check-api/versions/f46e28134549/schema)
