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

# Set up a PagerTree connector

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

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

## Capabilities

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

The connector syncs every user in your PagerTree account. Each user's
account-level role (Admin, Billing, Broadcaster, or Communicator) is recorded
as an informational attribute. PagerTree does not expose roles as a separate,
governable resource, so roles are not synced on their own.

## Gather PagerTree credentials

<Warning>
  To configure the PagerTree connector, you need a PagerTree API key that can read
  users and account users. Creating an API key requires account-administrator
  permissions in PagerTree.
</Warning>

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

  <Step>
    Open **Account Settings** and go to **API Keys**.
  </Step>

  <Step>
    Create an API key and copy it. The connector sends it to PagerTree in the
    `Authorization` header using the `Bearer` scheme.
  </Step>
</Steps>

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

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

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

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

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

      <Step>
        Configure the connector with:

        * **API key** (`pagertree-api-key`): Your PagerTree API key.
      </Step>

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

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