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

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

C1 provides identity governance for Pingboard. Integrate your Pingboard
instance with C1 for unified visibility and governance over user access. The
connector is read-only: it syncs users and groups and reports group
membership, and never writes back to Pingboard.

## Capabilities

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

Each group exposes a **member** entitlement, and the connector grants it to the
users in that group, so group membership is visible and reviewable in C1.

## Gather Pingboard credentials

<Warning>
  You need administrator access to your Pingboard company to create an API key
  pair.
</Warning>

<Steps>
  <Step>
    Sign in to Pingboard as a company administrator at [https://app.pingboard.com](https://app.pingboard.com).
  </Step>

  <Step>
    Open **Company settings** and go to the **Integrations** (**API**) area.
  </Step>

  <Step>
    Create a new API key pair. Pingboard issues a **Client ID** and a
    **Client secret** that authenticate using the OAuth2 client-credentials
    grant.
  </Step>

  <Step>
    Copy the **Client ID** and **Client secret**. The secret is shown only
    once — store it securely. Rotate access by issuing a new key pair.
  </Step>
</Steps>

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

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

        * **Base URL**: `https://app.pingboard.com`
        * **Client ID**: the Client ID from your Pingboard API key pair.
        * **Client secret**: the Client secret from your Pingboard API key pair.
      </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 Pingboard connector is now pulling access data into C1.
  </Tab>

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

    <Steps>
      <Step>
        Create secrets for the Pingboard Client ID and Client secret.
      </Step>

      <Step>
        Configure the connector with:

        * **Base URL**: `https://app.pingboard.com`
        * **Client ID**: the Client ID from your Pingboard API key pair.
        * **Client secret**: the Client secret from your Pingboard API key pair.
      </Step>

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

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