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

# Hansalog HRIS Integration

> Hansalog connector for Kombo's HRIS API

<Note>This connector is in open beta. You can freely enable it in your account.</Note>

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

## Guides and Resources

<CardGroup cols={2}>
  <Card title="Connection Setup Guide" icon="link" href="https://help.kombo.dev/hc/en-us/articles/37916802902161-Hansalog-How-do-I-link-my-account">
    Step-by-step instructions to connect your Hansalog 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                |       |
      | remote\_data        |       |
    </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                   |                                                                                                                                                     |
      | tax\_id               |                                                                                                                                                     |
      | gender                |                                                                                                                                                     |
      | marital\_status       | We infer marital status from the `Steuerklasse` field in the `EmployeeMainData` response. Steuerklasse 3, 4, and 5 are married, 1 and 2 are single. |
      | employment\_status    |                                                                                                                                                     |
      | weekly\_hours         |                                                                                                                                                     |
      | legal\_entity\_id     |                                                                                                                                                     |
      | manager\_id           |                                                                                                                                                     |
      | home\_address         |                                                                                                                                                     |
      | bank\_accounts        |                                                                                                                                                     |
      | date\_of\_birth       |                                                                                                                                                     |
      | start\_date           |                                                                                                                                                     |
      | termination\_date     |                                                                                                                                                     |
      | custom\_fields        |                                                                                                                                                     |
      | integration\_fields   |                                                                                                                                                     |
      | remote\_data          |                                                                                                                                                     |
    </Accordion>

    <Accordion title="Groups">
      <Note>
        We infer groups from the `Abteilung` field in the `ExportMitarbeiter` response so their remote IDs will be the department names.
      </Note>

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

    <Accordion title="Employee Document Categories">
      | Field               | Notes |
      | ------------------- | ----- |
      | id                  |       |
      | remote\_id          |       |
      | changed\_at         |       |
      | remote\_deleted\_at |       |
      | name                |       |
      | remote\_data        |       |
    </Accordion>

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

  <Tab title="Actions">
    <Accordion title="Add document to employee">
      | Input Field            | Notes |
      | ---------------------- | ----- |
      | employee\_id           |       |
      | category\_id           |       |
      | document.name          |       |
      | document.content\_type |       |
      | document.data\_url     |       |
      | document.data          |       |
    </Accordion>
  </Tab>

  <Tab title="Features">
    | Feature          | Notes |
    | ---------------- | ----- |
    | Connection Guide |       |
    | API Passthrough  |       |
    | Group Types      |       |
    | DEPARTMENT       |       |
  </Tab>
</Tabs>
