> ## 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 Recruitee connector

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

C1 provides identity governance for Recruitee. Integrate your Recruitee account
with C1 for unified visibility and governance over the admins who can access
your Recruitee account.

## Capabilities

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

The connector syncs every admin in your Recruitee company. Each admin's role
(for example, Administrator or Corporate Recruiter) is recorded as an
informational attribute. Recruitee does not expose roles as a separate,
governable resource, so roles are not synced on their own.

## Gather Recruitee credentials

<Warning>
  To configure the Recruitee connector, you need a Recruitee personal API token
  and your company ID. Creating an API token requires administrator permissions in
  Recruitee.
</Warning>

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

  <Step>
    Open **Settings** and go to **Apps and plugins** > **Personal API tokens**.
  </Step>

  <Step>
    Create a personal API token and copy it. The connector sends it to Recruitee
    in the `Authorization` header using the `Bearer` scheme.
  </Step>

  <Step>
    Note your company ID. It is the numeric account identifier shown in the
    address bar of your Recruitee dashboard and in **Settings** > **Apps and
    plugins**.
  </Step>
</Steps>

## Configure the Recruitee 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 **Recruitee** 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 Recruitee credentials:

        * **Company ID**: Your Recruitee company ID.
        * **Personal API token**: The Recruitee personal API token you copied.
      </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 Recruitee connector is now pulling access data into C1.
  </Tab>

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

    <Steps>
      <Step>
        Create a secret for the Recruitee personal API token.
      </Step>

      <Step>
        Configure the connector with:

        * **Company ID** (`recruitee-company-id`): Your Recruitee company ID.
        * **Personal API token** (`recruitee-pat`): Your Recruitee personal API token.
      </Step>

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

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