---
title: "Return a list of user accounts."
method: GET
path: "/employees"
tags: ["Employees"]
---

# Return a list of user accounts.

`GET /employees`

This endpoint returns the list of employee accounts existing in Kenjo. It is similar to the */employees/accounts* endpoint.

## Headers

- `Authorization` string, required

## Response `200`

OK

- object
  - `data` object[]
    - `_id` string — The Kenjo employee _id.
    - `email` string — The employee email in Kenjo.
    - `isActive` string — Indicates the active status of the Kenjo employee.
    - `externalId` string — The external id for this employee.
    - `language` string — The employee language. The available values are 'en' (english), 'es' (spanish) or 'de' (german).

## Other responses

- `400` — BAD REQUEST. This is a wrong request in the client side due to invalid body or params.
- `401` — UNAUTHORIZED. The Authorization header is incorrect, not provided or the token expired.

---

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