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

# Return a list of employee financials.

`GET /employees/financials`

This endpoint returns a list with the **financial** sections of the existing employees. Additionally, custom fields from this section will also be included.

## Query parameters

- `accountHolderName` string
- `bankName` string
- `accountNumber` string
- `iban` string
- `swiftCode` string
- `nationalId` string
- `passport` string
- `nationalInsuranceNumber` string
- `taxCode` string
- `taxIdentificationNumber` string

## Headers

- `Authorization` string, required

## Response `200`

OK

- object
  - `data` object[]
    - `_id` string — The _id of the Kenjo employee.
    - `accountHolderName` string — The accounts holder's name.
    - `bankName` string — The bank name.
    - `accountNumber` string — The account number.
    - `iban` string — The IBAN.
    - `swiftCode` string — The SWIFT code.
    - `nationalId` string — The national id document.
    - `passport` string — The passport number.
    - `nationalInsuranceNumber` string — The national insurance number.
    - `taxCode` string — The tax number.
    - `taxIdentificationNumber` string — The tax identification number.

## 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/revisions/58772b78268e/schema)
