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

# workforce.com HRIS Integration

> workforce.com connector for Kombo's HRIS API

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

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

## Guides and Resources

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

## Supported Features & Coverage

<Tabs>
  <Tab title="Models">
    <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 primary employment's work location is exposed via Kombo's API. Workforce.com does not differentiate between the employee's "work\_email" and "personal\_email"
      </Note>

      | Field                 | Notes                                                                                                                                                                                                       |
      | --------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
      | id                    |                                                                                                                                                                                                             |
      | remote\_id            |                                                                                                                                                                                                             |
      | changed\_at           |                                                                                                                                                                                                             |
      | remote\_deleted\_at   |                                                                                                                                                                                                             |
      | employee\_number      |                                                                                                                                                                                                             |
      | first\_name           |                                                                                                                                                                                                             |
      | last\_name            |                                                                                                                                                                                                             |
      | display\_full\_name   |                                                                                                                                                                                                             |
      | job\_title            |                                                                                                                                                                                                             |
      | work\_email           |                                                                                                                                                                                                             |
      | personal\_email       |                                                                                                                                                                                                             |
      | mobile\_phone\_number |                                                                                                                                                                                                             |
      | tax\_id               |                                                                                                                                                                                                             |
      | gender                |                                                                                                                                                                                                             |
      | employment\_status    |                                                                                                                                                                                                             |
      | employment\_type      | When the employment type field is unavailable, the system uses fallback logic: If a yearly salary is provided, the type defaults to 'FULL\_TIME'; If an hourly rate is provided, it defaults to 'CONTRACT'. |
      | weekly\_hours         |                                                                                                                                                                                                             |
      | avatar                |                                                                                                                                                                                                             |
      | work\_location\_id    |                                                                                                                                                                                                             |
      | home\_address         |                                                                                                                                                                                                             |
      | bank\_accounts        |                                                                                                                                                                                                             |
      | date\_of\_birth       |                                                                                                                                                                                                             |
      | start\_date           |                                                                                                                                                                                                             |
      | termination\_date     |                                                                                                                                                                                                             |
      | remote\_created\_at   |                                                                                                                                                                                                             |
      | custom\_fields        |                                                                                                                                                                                                             |
      | integration\_fields   |                                                                                                                                                                                                             |
      | remote\_data          |                                                                                                                                                                                                             |
    </Accordion>

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

    <Accordion title="Groups">
      | Field               | Notes |
      | ------------------- | ----- |
      | id                  |       |
      | remote\_id          |       |
      | changed\_at         |       |
      | remote\_deleted\_at |       |
      | name                |       |
      | type                |       |
      | 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      |       |
    | OAuth                 |       |
    | API Passthrough       |       |
    | Group Types           |       |
    | TEAM                  |       |
    | Custom Field Explorer |       |
    | Employees             |       |
  </Tab>
</Tabs>
