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

# List all employees

`GET /employees`

## Query parameters

- `page` integer
- `limit` integer

## Response `200`

Successful response

- Employee[]
  - `id` string
  - `name` string
  - `phone` string
  - `team_code` string
  - `organization_email` string
  - `role` string
  - `accno` string — employee wallet accno
  - `balance` unknown
  - `status` 'ACTIVE' | 'SUSPENDED'
  - `createdAt` string, date

## Other responses

- `400` — Bad request
- `401` — Unauthorized

---

[API](https://skmtc.net/boyahq/apis/boya-employees-api.md) · [All operations](https://skmtc.net/boyahq/apis/boya-employees-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/boyahq/boya-employees-api/versions/69b8649a89bf/schema)
