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

# Lattice Talent HRIS Integration

> Lattice Talent connector for Kombo's HRIS API

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

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

## Guides and Resources

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

## Supported Features & Coverage

<Tabs>
  <Tab title="Models">
    <Accordion title="Employees">
      | Field               | Notes |
      | ------------------- | ----- |
      | id                  |       |
      | remote\_id          |       |
      | changed\_at         |       |
      | remote\_deleted\_at |       |
      | first\_name         |       |
      | last\_name          |       |
      | job\_title          |       |
      | work\_email         |       |
      | gender              |       |
      | manager\_id         |       |
      | date\_of\_birth     |       |
      | start\_date         |       |
      | remote\_created\_at |       |
      | custom\_fields      |       |
      | integration\_fields |       |
      | remote\_data        |       |
    </Accordion>

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

    <Accordion title="Performance Reviews">
      | Field               | Notes |
      | ------------------- | ----- |
      | id                  |       |
      | remote\_id          |       |
      | changed\_at         |       |
      | remote\_deleted\_at |       |
      | review\_cycle\_id   |       |
      | reviewee\_id        |       |
      | reviewer\_id        |       |
      | type                |       |
      | summary\_rating     |       |
      | remote\_data        |       |
    </Accordion>

    <Accordion title="Performance Review Cycles">
      | Field                       | Notes |
      | --------------------------- | ----- |
      | id                          |       |
      | remote\_id                  |       |
      | changed\_at                 |       |
      | remote\_deleted\_at         |       |
      | name                        |       |
      | review\_period\_start\_date |       |
      | 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 |
    | ---------------- | ----- |
    | Connection Guide |       |
    | API Passthrough  |       |
    | Group Types      |       |
    | DEPARTMENT       |       |
  </Tab>
</Tabs>

## Integration Variants

**Current connector:** Recommended variant using the Lattice Talent API with API key authentication. This is the replacement for the deprecated HRIS API

For **Lattice Talent**, we also offer the following other connector variants:

<CardGroup cols={2}>
  <Card title="Lattice" icon="https://storage.googleapis.com/kombo-assets/integrations/lattice/icon.svg" href="/hris/connectors/lattice">
    Legacy Lattice HRIS API variant (deprecated). Lattice has deprecated their HRIS API. Please migrate to the Lattice Talent variant for continued support
  </Card>
</CardGroup>

<Note>Multiple variants can be used within your Kombo environment at the same time.</Note>
