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

> C1 provides identity governance for Bonusly. Integrate your Bonusly instance with C1 for unified visibility and governance over employee identities.

C1 provides identity governance for Bonusly. Integrate your Bonusly instance
with C1 for unified visibility over the people in your Bonusly workspace.

## Capabilities

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

The connector syncs Bonusly users as identities, including archived accounts.
Each user carries their email, full name, department, location, and manager
email as profile attributes. Archived Bonusly accounts are reported as
disabled.

## Gather Bonusly credentials

<Warning>
  You need administrator access to your Bonusly workspace to generate an API
  access token.
</Warning>

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

  <Step>
    Open **Settings** and go to the **Integrations** > **API** section.
  </Step>

  <Step>
    Create an API access token and copy its value. This token authorizes the
    connector to read your workspace's users.
  </Step>
</Steps>

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

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

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

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

    <Steps>
      <Step>
        Create a secret for the Bonusly API access token.
      </Step>

      <Step>
        Configure the connector with your credential:

        * **API token**: The Bonusly API access token you generated.
      </Step>

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

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