---
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` number, double — account balance
  - `status` 'ACTIVE' | 'SUSPENDED'
  - `createdAt` string, date

## Other responses

- `400` — Bad request — the request was malformed or invalid.
- `401` — Unauthorized — missing or invalid API key.

## Changes

- **2026-08-14** `190d4c90e3ab` — 1 breaking, 6 warning, 2 info
  - the `items/balance` response's property type/format changed from `double`/`` to `number`/`double` for status `200`
  - for the `query` request parameter `limit`, the min was set to `1.00`
  - for the `query` request parameter `page`, the min was set to `1.00`
  - removed the optional property `code` from the response with the `400` status
  - …5 more

[Change history](https://skmtc.dev/boyahq/apis/boya-employees-api/changes/employees/get.md)

---

[API](https://skmtc.dev/boyahq/apis/boya-employees-api.md) · [All operations](https://skmtc.dev/boyahq/apis/boya-employees-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/boyahq/boya-employees-api/revisions/190d4c90e3ab/schema)
