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

# Zellis HRIS Integration

> Zellis connector for Kombo's HRIS API

<Note>This connector is in closed beta. Please contact us to get access.</Note>

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

## Guides and Resources

<CardGroup cols={2}>
  <Card title="Connection Setup Guide" icon="link" href="https://help.kombo.dev/hc/en-us/articles/50155782613393-Zellis-How-do-I-link-the-account">
    Step-by-step instructions to connect your Zellis 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">
      | Field               | Notes |
      | ------------------- | ----- |
      | id                  |       |
      | remote\_id          |       |
      | changed\_at         |       |
      | remote\_deleted\_at |       |
      | name                |       |
      | address             |       |
      | remote\_data        |       |
    </Accordion>

    <Accordion title="Employees">
      <Note>
        Only the current main post is used for job title, weekly hours, work location, and group memberships.
      </Note>

      | Field                 | Notes                                                                                                                            |
      | --------------------- | -------------------------------------------------------------------------------------------------------------------------------- |
      | id                    |                                                                                                                                  |
      | remote\_id            |                                                                                                                                  |
      | changed\_at           |                                                                                                                                  |
      | remote\_deleted\_at   |                                                                                                                                  |
      | employee\_number      |                                                                                                                                  |
      | first\_name           |                                                                                                                                  |
      | last\_name            |                                                                                                                                  |
      | job\_title            |                                                                                                                                  |
      | work\_email           |                                                                                                                                  |
      | personal\_email       |                                                                                                                                  |
      | mobile\_phone\_number |                                                                                                                                  |
      | ssn                   | Zellis provides a National Insurance number, which serves as both the social security number and the tax ID in the UK.           |
      | tax\_id               | Zellis provides a National Insurance number, which serves as both the social security number and the tax ID in the UK.           |
      | gender                |                                                                                                                                  |
      | ethnicity             |                                                                                                                                  |
      | marital\_status       |                                                                                                                                  |
      | employment\_status    | Zellis does not provide an employment status, Kombo derives it from the worker’s employment information.                         |
      | employment\_type      |                                                                                                                                  |
      | weekly\_hours         |                                                                                                                                  |
      | work\_location\_id    |                                                                                                                                  |
      | legal\_entity\_id     |                                                                                                                                  |
      | manager\_id           | Zellis can list several managers for a worker without marking one of them as the primary one, in which case we report the first. |
      | home\_address         |                                                                                                                                  |
      | bank\_accounts        |                                                                                                                                  |
      | date\_of\_birth       |                                                                                                                                  |
      | start\_date           | Zellis stores both the original hire date and the start of the current contract. We expose the original hire date.               |
      | termination\_date     |                                                                                                                                  |
      | remote\_created\_at   |                                                                                                                                  |
      | custom\_fields        |                                                                                                                                  |
      | integration\_fields   |                                                                                                                                  |
      | remote\_data          |                                                                                                                                  |
    </Accordion>

    <Accordion title="Groups">
      <Note>
        Organisation and payroll hierarchies can share the same unit code, so department `remote_id`s include the hierarchy.
      </Note>

      | Field               | Notes                                                                                        |
      | ------------------- | -------------------------------------------------------------------------------------------- |
      | id                  |                                                                                              |
      | remote\_id          |                                                                                              |
      | changed\_at         |                                                                                              |
      | remote\_deleted\_at |                                                                                              |
      | name                |                                                                                              |
      | type                | Zellis hierarchy groups are not always departments, Kombo does not assign them a group type. |
      | parent\_id          |                                                                                              |
      | remote\_data        |                                                                                              |
    </Accordion>

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

  <Tab title="Features">
    | Feature               | Notes |
    | --------------------- | ----- |
    | API Passthrough       |       |
    | Scope Testing         |       |
    | Per Model Tests       |       |
    | Custom Field Explorer |       |
    | Employees             |       |
    | Connection Guide      |       |
    | Group Types           |       |
    | COST\_CENTER          |       |
  </Tab>
</Tabs>
