> ## Documentation Index
> Fetch the complete documentation index at: https://conductorone-paul-querna-mcp-sources-docs.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 **Apps** > **Connectors** and click **Add connector**.
      </Step>

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

      <Step>
        Choose where to add the connector: **Create a new app**, or **Add to an existing app** (then select the app).

        If you're creating a new app, choose whether to link it to an application discovered from your identity provider: select **Yes** and pick the IdP application, or **No** to continue with just the connector.
      </Step>

      <Step>
        Set the connector's **Name** and, optionally, a **Description**.
      </Step>

      <Step>
        Click the pencil icon next to **Owners** to choose who can configure and manage this connector.
      </Step>

      <Step>
        Click **Add**. The connector is created and its configuration page opens.
      </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>
