> ## Documentation Index
> Fetch the complete documentation index at: https://conductorone-docs-baton-kubernetes.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Set up a SmartRecruiters connector

> C1 provides identity governance for SmartRecruiters. Integrate your SmartRecruiters company with C1 for unified visibility and governance over user access.

C1 provides identity governance for SmartRecruiters. Integrate your
SmartRecruiters company with C1 for unified visibility and governance over who
has access to your hiring data.

## Capabilities

| Resource | Sync                                                          | Provision |
| -------- | ------------------------------------------------------------- | --------- |
| Users    | <Icon icon="square-check" iconType="solid" color="#c937ae" /> |           |

The connector syncs the people who have access to your SmartRecruiters company.
Each user's profile carries their first name, last name, email, and
SmartRecruiters role (Administrator, Standard, Extended, Restricted, or
Employee). Active users sync as enabled; deactivated users sync as disabled,
which is useful for offboarding review.

## Gather SmartRecruiters credentials

<Warning>
  To read the full list of users, the API key must belong to an administrator of
  your SmartRecruiters company.
</Warning>

<Steps>
  <Step>
    Sign in to SmartRecruiters as an administrator.
  </Step>

  <Step>
    Open **Settings / Admin**, then go to **Apps & Integrations** and select
    **API keys**.
  </Step>

  <Step>
    Create a new API key and copy it. Store it somewhere safe, as you will
    enter it when configuring the connector.
  </Step>
</Steps>

## Configure the SmartRecruiters connector

<Tabs>
  <Tab title="Cloud-hosted">
    Follow these instructions to use a built-in, no-code connector hosted by C1.

    <Steps>
      <Step>
        In C1, navigate to **Integrations** > **Connectors** and click **Add connector**.
      </Step>

      <Step>
        Search for **SmartRecruiters** and click **Add**.
      </Step>

      <Step>
        Choose how to set up the new SmartRecruiters connector.
      </Step>

      <Step>
        Set the owner for this connector.
      </Step>

      <Step>
        Click **Next**.
      </Step>

      <Step>
        Find the **Settings** area of the page and click **Edit**.
      </Step>

      <Step>
        Enter the SmartRecruiters credentials:

        * **SmartRecruiters API key**: The API key you created in SmartRecruiters.
      </Step>

      <Step>
        Click **Save**.
      </Step>

      <Step>
        The connector's label changes to **Syncing**, followed by **Connected**. You can view the logs to ensure that information is syncing.
      </Step>
    </Steps>

    **Done.** Your SmartRecruiters connector is now pulling access data into C1.
  </Tab>

  <Tab title="Self-hosted">
    Follow these instructions to run the SmartRecruiters connector in your own
    environment.

    <Steps>
      <Step>
        Create a secret for the SmartRecruiters API key.
      </Step>

      <Step>
        Configure the connector environment variables:

        * **SmartRecruiters API key**: The API key you created in SmartRecruiters.
      </Step>

      <Step>
        Deploy the connector using your standard self-hosted connector process.
      </Step>
    </Steps>

    **Done.** Your SmartRecruiters connector is now pulling access data into C1.
  </Tab>
</Tabs>
