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

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

C1 provides identity governance for LogicMonitor. Integrate your LogicMonitor
instance with C1 for unified visibility and governance over administrative and
privileged access.

## Capabilities

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

The connector reads each LogicMonitor user, each role, and the roles assigned to
every user through the LogicMonitor REST API. Each role is exposed as an
entitlement, and a grant is emitted for every user assigned that role.

## Gather LogicMonitor credentials

<Warning>
  You need a LogicMonitor user with read access to **Settings** (Users and Roles)
  so the connector can list administrators and roles.
</Warning>

<Steps>
  <Step>
    Sign in to your LogicMonitor portal at `https://<account>.logicmonitor.com`
    and note your **account name** — it is the subdomain in that URL.
  </Step>

  <Step>
    Navigate to **Settings** > **User Access** > **API Tokens** and create a
    **Bearer Token** for a user with read access to Settings.
  </Step>

  <Step>
    Copy the **Bearer token** value. You will not be able to view it again after
    leaving the page.
  </Step>
</Steps>

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

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

        * **Account name**: your LogicMonitor portal subdomain, for example `acme`.
        * **Bearer API token**: the Bearer token you created in LogicMonitor.
      </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 LogicMonitor connector is now pulling access data into C1.
  </Tab>

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

    <Steps>
      <Step>
        Create a secret for the LogicMonitor Bearer API token.
      </Step>

      <Step>
        Configure the connector with your LogicMonitor account name and the
        Bearer token secret.
      </Step>

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

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