---
title: "Get employees"
method: GET
path: "/consumers/{consumer_id}/accounting/employees"
tags: ["Accounting", "Employees"]
---

# Get employees

`GET /consumers/{consumer_id}/accounting/employees`

Returns a list of the employees linked to the company

## Path parameters

- `consumer_id` string, uuid, required

## Query parameters

- `page` integer
- `size` integer
- `folder_id` string, nullable

## Response `200`

Successful Response

- ChiftPageEmployeeItem
  - `items` EmployeeItem[], required
    - `id` string, required — Unique id of the employee in the accounting system.
    - `name` string, required — Full name or legal name of the employee as it appears in the accounting system.
    - `first_name` string, nullable — First name of the employee.
    - `last_name` string, nullable — Last name of the employee.
    - `function` string, nullable — Job title or function of the employee.
    - `phone` string, nullable — Phone number of the employee.
    - `mobile` string, nullable — Mobile phone number of the employee.
    - `email` string, nullable — Email address of the employee.
    - `active` boolean, nullable — Indicates if the employee is active.
    - `reference` string, nullable — External reference or identifier for the employee.
    - `account_number` string, nullable — Ledger account number assigned to the employee in the accounting system as it will appear in the official accounting export file (FEC, SIE, iXBRL, etc.)
  - `total` integer, required
  - `page` integer, required
  - `size` integer, required

## Other responses

- `400` — Bad Request
- `422` — Validation Error

---

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