---
title: "Get flexi benefits"
method: GET
path: "/payroll/employees/flexibenefits"
tags: ["FlexiBenefit"]
---

# Get flexi benefits

`GET /payroll/employees/flexibenefits`

flexi benefits

## Query parameters

- `employeeId` string, required

## Response `200`

OK

- FlexiBenefitDtoResponse — class represents response.
  - `succeeded` boolean — Gets or sets a value indicating whether this Keka.API.Web.Core.Response`1 is succeeded.
  - `message` string, nullable — Gets or sets the message.
  - `errors` string[], nullable — Gets or sets the errors.
  - `data` KekaAPIModelPayrollFlexiBenefitDto
    - `id` string, nullable
    - `employeeNumber` string, nullable
    - `fullName` string, nullable
    - `email` string, nullable
    - `paygroupId` string, nullable
    - `lastModified` string, date-time, nullable
    - `canUserUpdateFBP` boolean
    - `totalFBAmount` number, double
    - `financialYear` integer
    - `month` integer
    - `currency` KekaAPIModelPayrollCurrencyInfo
      - `id` string, nullable
      - `code` string, nullable
      - `precision` integer
    - `salaryComponents` KekaAPIModelPayrollSalaryComponent[], nullable
      - `id` string, nullable
      - `title` string, nullable
      - `description` string, nullable
      - `sectionMax` string, nullable
      - `maximumDeclarableAmount` number, double, nullable
      - `salaryStructureAmount` number, double, nullable
      - `declaredAmount` number, double, nullable
      - `isTaxExempted` boolean
      - `taxExemptionLimit` string, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

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