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

# Nmbrs HRIS Integration

> Nmbrs connector for Kombo's HRIS API

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

## Guides and Resources

<CardGroup cols={2}>
  <Card title="Connection Setup Guide" icon="link" href="https://help.kombo.dev/hc/en-us/articles/16969080424081-How-do-I-link-my-Nmbrs-account-">
    Step-by-step instructions to connect your Nmbrs 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             |       |
    </Accordion>

    <Accordion title="Work Locations">
      | Field               | Notes |
      | ------------------- | ----- |
      | id                  |       |
      | remote\_id          |       |
      | changed\_at         |       |
      | remote\_deleted\_at |       |
      | name                |       |
      | address             |       |
    </Accordion>

    <Accordion title="Employees">
      | 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 |                                                                                                                                                                                                                                                                   |
      | ssn                   |                                                                                                                                                                                                                                                                   |
      | gender                |                                                                                                                                                                                                                                                                   |
      | marital\_status       |                                                                                                                                                                                                                                                                   |
      | employment\_status    |                                                                                                                                                                                                                                                                   |
      | employment\_type      |                                                                                                                                                                                                                                                                   |
      | work\_location\_id    |                                                                                                                                                                                                                                                                   |
      | legal\_entity\_id     |                                                                                                                                                                                                                                                                   |
      | manager\_id           | In Nmbrs managers are not necessarily employees. We will connect them based on their email address (falling back to matching by employee number, or by name if advanced matching is enabled) but when we can't find a matching employee the manager will be null. |
      | 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        |       |
      | job\_title          |       |
      | pay\_rate           |       |
      | pay\_period         |       |
      | pay\_frequency      |       |
      | pay\_currency       |       |
      | effective\_date     |       |
      | remote\_data        |       |
    </Accordion>

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

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

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

  <Tab title="Actions">
    <Accordion title="Create employee">
      <Note>
        Nmbrs requires a company to be set for the employee. Most instances we see have just one company. We will default to the first company we find if `legal_entity_id` is not provided in the request body.
      </Note>

      | Input Field             | Notes |
      | ----------------------- | ----- |
      | first\_name             |       |
      | last\_name              |       |
      | work\_email             |       |
      | gender                  |       |
      | home\_address.street\_1 |       |
      | home\_address.city      |       |
      | home\_address.state     |       |
      | home\_address.zip\_code |       |
      | home\_address.country   |       |
      | date\_of\_birth         |       |
      | mobile\_phone\_number   |       |
      | start\_date             |       |
      | legal\_entity\_id       |       |
    </Accordion>

    <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   |       |
    | Prerequisites      |       |
    | Create credentials |       |
    | API Passthrough    |       |
    | Scope Testing      |       |
    | Per Model Tests    |       |
    | Per Field Tests    |       |
    | Group Types        |       |
    | DEPARTMENT         |       |
  </Tab>
</Tabs>
