> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kombo.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Lucca HRIS Integration

> Lucca connector for Kombo's HRIS API

The Lucca HRIS integration allows you to sync HRIS data between Lucca and your application through Kombo's unified API. The tool slug for this connector is `lucca`.

## Guides and Resources

<CardGroup cols={2}>
  <Card title="Connection Setup Guide" icon="link" href="https://help.kombo.dev/hc/en-us/articles/19686865697681">
    Step-by-step instructions to connect your Lucca account to Kombo.
  </Card>
</CardGroup>

## Supported Features & Coverage

<Tabs>
  <Tab title="Models">
    <Accordion title="Legal Entities">
      | Field               | Notes |
      | ------------------- | ----- |
      | id                  |       |
      | remote\_id          |       |
      | changed\_at         |       |
      | remote\_deleted\_at |       |
      | name                |       |
      | address             |       |
      | remote\_data        |       |
    </Accordion>

    <Accordion title="Work Locations">
      <Note>
        Access to employee work locations in Lucca requires that your customer has the "Timmi Office" module enabled. This is a paid module of Lucca so your customer might not have it enabled. Please co-ordinate with your customer around this expectation.
      </Note>

      | Field               | Notes |
      | ------------------- | ----- |
      | id                  |       |
      | remote\_id          |       |
      | changed\_at         |       |
      | remote\_deleted\_at |       |
      | name                |       |
      | type                |       |
    </Accordion>

    <Accordion title="Employees">
      | Field                 | Notes                                                                                                                                                                                                                                                                              |
      | --------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
      | id                    |                                                                                                                                                                                                                                                                                    |
      | remote\_id            |                                                                                                                                                                                                                                                                                    |
      | changed\_at           |                                                                                                                                                                                                                                                                                    |
      | remote\_deleted\_at   |                                                                                                                                                                                                                                                                                    |
      | employee\_number      |                                                                                                                                                                                                                                                                                    |
      | first\_name           |                                                                                                                                                                                                                                                                                    |
      | last\_name            |                                                                                                                                                                                                                                                                                    |
      | nationality           |                                                                                                                                                                                                                                                                                    |
      | display\_full\_name   |                                                                                                                                                                                                                                                                                    |
      | job\_title            |                                                                                                                                                                                                                                                                                    |
      | work\_email           |                                                                                                                                                                                                                                                                                    |
      | personal\_email       |                                                                                                                                                                                                                                                                                    |
      | mobile\_phone\_number |                                                                                                                                                                                                                                                                                    |
      | ssn                   |                                                                                                                                                                                                                                                                                    |
      | gender                |                                                                                                                                                                                                                                                                                    |
      | employment\_status    |                                                                                                                                                                                                                                                                                    |
      | employment\_type      | The employment type of an employee can only be retrieved from the `applicationData.fullTimeEquivalent` which belongs to the "Pagga-Remuneration" module. To minimize the scopes your customer has to grant, this module is not requested unless you are syncing compensation data. |
      | avatar                |                                                                                                                                                                                                                                                                                    |
      | work\_location\_id    |                                                                                                                                                                                                                                                                                    |
      | legal\_entity\_id     |                                                                                                                                                                                                                                                                                    |
      | manager\_id           |                                                                                                                                                                                                                                                                                    |
      | home\_address         |                                                                                                                                                                                                                                                                                    |
      | bank\_accounts        |                                                                                                                                                                                                                                                                                    |
      | date\_of\_birth       |                                                                                                                                                                                                                                                                                    |
      | start\_date           |                                                                                                                                                                                                                                                                                    |
      | termination\_date     |                                                                                                                                                                                                                                                                                    |
      | remote\_created\_at   |                                                                                                                                                                                                                                                                                    |
      | custom\_fields        |                                                                                                                                                                                                                                                                                    |
      | integration\_fields   |                                                                                                                                                                                                                                                                                    |
      | remote\_data          |                                                                                                                                                                                                                                                                                    |
    </Accordion>

    <Accordion title="Absence Types">
      | Field                   | Notes |
      | ----------------------- | ----- |
      | id                      |       |
      | remote\_id              |       |
      | changed\_at             |       |
      | remote\_deleted\_at     |       |
      | name                    |       |
      | half\_days\_supported   |       |
      | exact\_times\_supported |       |
    </Accordion>

    <Accordion title="Absences">
      <Note>
        Leave requests can be approved by multiple people. We take the latest approver.
      </Note>

      | Field               | Notes |
      | ------------------- | ----- |
      | id                  |       |
      | remote\_id          |       |
      | changed\_at         |       |
      | remote\_deleted\_at |       |
      | employee\_id        |       |
      | approver\_id        |       |
      | start\_date         |       |
      | end\_date           |       |
      | start\_half\_day    |       |
      | end\_half\_day      |       |
      | status              |       |
      | employee\_note      |       |
      | type\_id            |       |
      | remote\_created\_at |       |
    </Accordion>

    <Accordion title="Employments">
      | Field               | Notes |
      | ------------------- | ----- |
      | id                  |       |
      | remote\_id          |       |
      | changed\_at         |       |
      | remote\_deleted\_at |       |
      | employee\_id        |       |
      | job\_title          |       |
      | pay\_rate           |       |
      | pay\_period         |       |
      | pay\_currency       |       |
      | effective\_date     |       |
      | remote\_data        |       |
      | custom\_fields      |       |
      | integration\_fields |       |
    </Accordion>

    <Accordion title="Groups">
      | Field               | Notes |
      | ------------------- | ----- |
      | id                  |       |
      | remote\_id          |       |
      | changed\_at         |       |
      | remote\_deleted\_at |       |
      | name                |       |
      | type                |       |
      | parent\_id          |       |
    </Accordion>

    <Accordion title="Employee <> Group">
      | Field               | Notes |
      | ------------------- | ----- |
      | employee\_id        |       |
      | team\_id            |       |
      | id                  |       |
      | changed\_at         |       |
      | remote\_deleted\_at |       |
    </Accordion>
  </Tab>

  <Tab title="Features">
    | Feature               | Notes |
    | --------------------- | ----- |
    | Connection Guide      |       |
    | Prerequisites         |       |
    | Create credentials    |       |
    | API Passthrough       |       |
    | Scope Testing         |       |
    | Per Model Tests       |       |
    | Group Types           |       |
    | DEPARTMENT            |       |
    | Custom Field Explorer |       |
    | Employees             |       |
    | Employments           |       |
  </Tab>
</Tabs>
