> ## 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 Cisco Webex connector

> C1 provides identity governance for Cisco Webex. Integrate your Cisco Webex organization with C1 for unified visibility and governance over user access.

C1 provides identity governance for Cisco Webex. Integrate your Cisco Webex
organization 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 reads one Cisco Webex organization — the organization you
identify by its organization ID — and syncs that organization's people.
Each person's profile carries their display name, email, account type, the
IDs of the roles assigned to them, and their account state. People who can
sign in sync as enabled users; people whose login is turned off or whose
invitation is still pending sync as disabled, which is useful for
offboarding review.

## Gather Cisco Webex credentials

<Warning>
  To read the full people roster, the access token must belong to an
  administrator of the organization you are syncing. A non-administrator
  token sees only itself.
</Warning>

<Steps>
  <Step>
    Sign in to Cisco Webex as an administrator of the organization you want
    to sync.
  </Step>

  <Step>
    Obtain an access token for the connector. For a long-running sync, use a
    Bot token or an OAuth Service App token, which do not expire on a fixed
    short cycle. A personal access token from the Webex developer portal can
    be used for a quick trial, but it expires 12 hours after it is issued and
    must be rotated for ongoing syncs.
  </Step>

  <Step>
    Note the organization ID of the organization you want to sync. You can
    find it in Control Hub under **Account**.
  </Step>
</Steps>

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

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

        * **Cisco Webex access token**: the access token belonging to an
          administrator of the organization.
        * **Cisco Webex organization ID**: the ID of the organization you
          want to sync.
      </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 Cisco Webex connector is now pulling access data into C1.
  </Tab>

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

    <Steps>
      <Step>
        Create a secret for the Cisco Webex access token.
      </Step>

      <Step>
        Configure the connector environment variables:

        * **BATON\_CISCO\_WEBEX\_ACCESS\_TOKEN**: the access token belonging to
          an administrator of the organization.
        * **BATON\_CISCO\_WEBEX\_ORG\_ID**: the ID of the organization you want
          to sync.
      </Step>

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

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