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

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

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

## Capabilities

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

The connector syncs the users of your TalentLMS account as identities. Each user
carries their account type (administrator, instructor, or learner) and status,
so you can see who has access to your TalentLMS account and how.

## Gather TalentLMS credentials

<Warning>
  You need a TalentLMS **API key** belonging to an administrator who can list
  users. The API key grants programmatic access to your account, so treat it as a
  secret.
</Warning>

<Steps>
  <Step>
    Sign in to TalentLMS as an administrator of the account you want to sync.
  </Step>

  <Step>
    Open **Account & Settings** > **Basic Settings** > **API** and copy your
    **API key** (generate one if it is not already enabled).
  </Step>

  <Step>
    Note your account **subdomain** — the first label of your portal address.
    If you sign in at `https://acme.talentlms.com`, your subdomain is `acme`.
  </Step>
</Steps>

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

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

        * **Subdomain**: Your account subdomain, for example `acme`.
        * **API key**: The API key from your TalentLMS account.
      </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 TalentLMS connector is now pulling access data into C1.
  </Tab>

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

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

      <Step>
        Configure the connector environment variables:

        * **BATON\_TALENTLMS\_SUBDOMAIN**: Your account subdomain (for example `acme`).
        * **BATON\_TALENTLMS\_API\_KEY**: Your TalentLMS API key (store this as a secret).
      </Step>

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

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