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

# Return a list of employee accounts.

`GET /employees/accounts`

This endpoint returns a list with the **account** sections of the existing employees. The account section contains information such as *email*, *external Id*, *language* and *activation status*.

## Query parameters

- `email` string
- `language` 'en' | 'de' | 'es'
- `externalId` string
- `isActive` boolean

## Headers

- `Authorization` string, required

## Response `200`

OK

- object
  - `data` object[]
    - `_id` string — The Kenjo _id of the returned attendance entry.
    - `email` string — The Kenjo email of the employee.
    - `externalId` string — The external id of the employee.
    - `language` 'en' | 'de' | 'es' — The employee language.
    - `isActive` boolean — The employee activation status.

## 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)
