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

# Paycor ATS Integration

> Paycor connector for Kombo's ATS API

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

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

## Guides and Resources

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

## Supported Features & Coverage

<Tabs>
  <Tab title="Models">
    <Accordion title="Users">
      | Field               | Notes |
      | ------------------- | ----- |
      | id                  |       |
      | remote\_id          |       |
      | changed\_at         |       |
      | remote\_deleted\_at |       |
      | first\_name         |       |
      | last\_name          |       |
      | email               |       |
    </Accordion>

    <Accordion title="Jobs">
      | Field                | Notes |
      | -------------------- | ----- |
      | id                   |       |
      | remote\_id           |       |
      | changed\_at          |       |
      | remote\_deleted\_at  |       |
      | name                 |       |
      | job\_code            |       |
      | description          |       |
      | confidential         |       |
      | status               |       |
      | visibility           |       |
      | category             |       |
      | department           |       |
      | remote\_work\_status |       |
      | salary\_amount\_from |       |
      | salary\_amount\_to   |       |
      | salary\_currency     |       |
      | salary\_period       |       |
      | location             |       |
      | custom\_fields       |       |
      | integration\_fields  |       |
      | remote\_created\_at  |       |
      | remote\_updated\_at  |       |
      | remote\_data         |       |
    </Accordion>

    <Accordion title="Candidates">
      | Field               | Notes |
      | ------------------- | ----- |
      | id                  |       |
      | remote\_id          |       |
      | changed\_at         |       |
      | remote\_deleted\_at |       |
      | first\_name         |       |
      | last\_name          |       |
      | source              |       |
      | phone\_numbers      |       |
      | email\_addresses    |       |
      | location            |       |
      | custom\_fields      |       |
      | integration\_fields |       |
      | remote\_created\_at |       |
      | remote\_data        |       |
    </Accordion>

    <Accordion title="Applications">
      | Field               | Notes |
      | ------------------- | ----- |
      | id                  |       |
      | remote\_id          |       |
      | changed\_at         |       |
      | remote\_deleted\_at |       |
      | outcome             |       |
      | job\_id             |       |
      | candidate\_id       |       |
      | custom\_fields      |       |
      | integration\_fields |       |
      | remote\_created\_at |       |
      | remote\_data        |       |
    </Accordion>

    <Accordion title="Roles">
      | Field               | Notes |
      | ------------------- | ----- |
      | id                  |       |
      | remote\_id          |       |
      | changed\_at         |       |
      | remote\_deleted\_at |       |
      | remote\_label       |       |
      | scope               |       |
      | unified\_type       |       |
    </Accordion>

    <Accordion title="Job user role assignments">
      <Note>
        Each Paycor job includes **hiringManagers**, **recruiters**, and **executives** lists

        * **hiringManagers** entries map to unified type `HIRING_MANAGER`
        * **recruiters** entries map to unified type `RECRUITER`
        * **executives** entries have no unified type.
      </Note>

      | Field               | Notes |
      | ------------------- | ----- |
      | job\_user\_id       |       |
      | role\_id            |       |
      | id                  |       |
      | changed\_at         |       |
      | remote\_deleted\_at |       |
    </Accordion>

    <Accordion title="Job hiring team members">
      | Field               | Notes |
      | ------------------- | ----- |
      | roles               |       |
      | job\_id             |       |
      | user\_id            |       |
      | id                  |       |
      | changed\_at         |       |
      | remote\_deleted\_at |       |
    </Accordion>
  </Tab>

  <Tab title="Actions">
    <Accordion title="Create candidate">
      | Input Field                  | Notes                                                                                                                                                                      |
      | ---------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
      | candidate.first\_name        |                                                                                                                                                                            |
      | candidate.last\_name         |                                                                                                                                                                            |
      | candidate.email\_address     |                                                                                                                                                                            |
      | candidate.phone\_number      |                                                                                                                                                                            |
      | candidate.location.city      |                                                                                                                                                                            |
      | candidate.location.country   |                                                                                                                                                                            |
      | candidate.location.state     |                                                                                                                                                                            |
      | candidate.location.zip\_code |                                                                                                                                                                            |
      | application.job\_id          |                                                                                                                                                                            |
      | source.name                  | The source is required by the Paycor API. If not provided, and automatic source writing is not enabled in the Kombo dashboard, the name of your Kombo tenant will be used. |
      | source.unified\_key          |                                                                                                                                                                            |
      | source.id                    |                                                                                                                                                                            |
    </Accordion>

    <Accordion title="Create application">
      | Input Field                  | Notes                                                                                                                                                                      |
      | ---------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
      | candidate.first\_name        |                                                                                                                                                                            |
      | candidate.last\_name         |                                                                                                                                                                            |
      | candidate.email\_address     |                                                                                                                                                                            |
      | candidate.phone\_number      |                                                                                                                                                                            |
      | candidate.location.city      |                                                                                                                                                                            |
      | candidate.location.country   |                                                                                                                                                                            |
      | candidate.location.state     |                                                                                                                                                                            |
      | candidate.location.zip\_code |                                                                                                                                                                            |
      | application.job\_id          |                                                                                                                                                                            |
      | source.name                  | The source is required by the Paycor API. If not provided, and automatic source writing is not enabled in the Kombo dashboard, the name of your Kombo tenant will be used. |
      | source.unified\_key          |                                                                                                                                                                            |
      | source.id                    |                                                                                                                                                                            |
    </Accordion>
  </Tab>

  <Tab title="Features">
    | Feature                         | Notes                                                                                 |
    | ------------------------------- | ------------------------------------------------------------------------------------- |
    | Source Writing                  |                                                                                       |
    | Sync Only Created Applications  |                                                                                       |
    | Connection Guide                |                                                                                       |
    | Roles                           |                                                                                       |
    | Job roles (e.g. Hiring Manager) | Each Paycor job includes **hiringManagers**, **recruiters**, and **executives** lists |

    * **hiringManagers** entries map to unified type `HIRING_MANAGER`
    * **recruiters** entries map to unified type `RECRUITER`
    * **executives** entries have no unified type. |
      \| OAuth |  |
      \| API Passthrough |  |
      \|   Additional Scopes |  |
      \| Scope Testing |  |
      \|   Per Model Tests |  |
      \| Custom Field Explorer |  |
      \|   Jobs |  |
      \|   Candidates |  |
      \|   Applications |  |
  </Tab>
</Tabs>

## Integration Variants

**Current connector:** Paycor

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

<CardGroup cols={2}>
  <Card title="Paycor HRIS" icon="https://storage.googleapis.com/kombo-assets/integrations/paycor/icon.svg" href="/hris/connectors/paycor">
    Paycor for the HRIS category
  </Card>
</CardGroup>
