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

# Set up a Lever connector

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

C1 provides identity governance for Lever. Integrate your Lever account 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 Lever account. Each
user's profile carries their email, username, and Lever access role (Super
Admin, Admin, Team Member, Limited Team Member, or Interviewer). Active users
sync as enabled; deactivated users sync as disabled, which is useful for
offboarding review.

## Gather Lever credentials

<Warning>
  To read the full list of users, the API key must belong to a Super Admin of
  your Lever account.
</Warning>

<Steps>
  <Step>
    Sign in to Lever as a Super Admin and go to **Settings**.
  </Step>

  <Step>
    Open **Integrations and API**, then select the **API credentials** tab.
  </Step>

  <Step>
    Generate a new API key and copy it. Lever shows the key only once, so
    store it somewhere safe before leaving the page.
  </Step>
</Steps>

## Configure the Lever 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 **Lever** and click **Add**.
      </Step>

      <Step>
        Choose how to set up the new Lever 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 Lever credentials:

        * **Lever API key**: The API key you generated in Lever.
      </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 Lever connector is now pulling access data into C1.
  </Tab>

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

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

      <Step>
        Configure the connector environment variables:

        * **Lever API key**: The API key you generated in Lever.
      </Step>

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

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