> ## Documentation Index
> Fetch the complete documentation index at: https://stackone-hub-claude-issue-384-20260409-1436.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Webex

> Follow these steps to connect Webex via the StackOne Hub successfully.

<Warning>
  Ensure you have Full Admin privileges for your Webex account.
</Warning>

If you've been directed to StackOne to integrate with Webex, the following steps will help you understand the process and any necessary actions to configure successful integration.

## Get your Webex Organization ID

<Steps>
  <Step title="Log in to Webex Control Hub">
    Within the [Webex Control Hub](https://admin.webex.com), click Management > Account on the left.

    <Frame>
      <img className="rounded-md" style={{ margin: '0 auto', border: '1px solid #efefef' }} alt="Webex Control Hub" src="https://mintcdn.com/stackone-hub-claude-issue-384-20260409-1436/g-vBLWbgD2nDYbPA/images/webex/image1.png?fit=max&auto=format&n=g-vBLWbgD2nDYbPA&q=85&s=aa1e1d0c4da02862fabf4ba97f2030c5" width="1145" height="799" data-path="images/webex/image1.png" />
    </Frame>
  </Step>

  <Step title="Copy Organization ID">
    Your Organization ID is listed in the Organization Profile section. Copy and store it safely.

    <Frame>
      <img className="rounded-md" style={{ margin: '0 auto', border: '1px solid #efefef' }} alt="Organization ID" src="https://mintcdn.com/stackone-hub-claude-issue-384-20260409-1436/g-vBLWbgD2nDYbPA/images/webex/image2.png?fit=max&auto=format&n=g-vBLWbgD2nDYbPA&q=85&s=376d3e9c0503f30bd8ea0e3fe2d9b4a0" width="1307" height="771" data-path="images/webex/image2.png" />
    </Frame>
  </Step>
</Steps>

## Create a new Webex App

The Client ID and Client Secret required for the StackOne connection will be provisioned with this new App.

<Steps>
  <Step title="Log in to Webex for Developers">
    Within [Webex for Developers](https://developer.webex.com), click your profile icon in the top right corner, then click My Webex Apps.

    <Frame>
      <img className="rounded-md" style={{ margin: '0 auto', border: '1px solid #efefef' }} alt="My Webex Apps" src="https://mintcdn.com/stackone-hub-claude-issue-384-20260409-1436/g-vBLWbgD2nDYbPA/images/webex/image3.png?fit=max&auto=format&n=g-vBLWbgD2nDYbPA&q=85&s=fb6035d800763c132c421c68b3a66c06" width="1459" height="575" data-path="images/webex/image3.png" />
    </Frame>
  </Step>

  <Step title="Create a New App">
    On the "My Apps" page, click the Create a New App button.

    <Frame>
      <img className="rounded-md" style={{ margin: '0 auto', border: '1px solid #efefef' }} alt="Create a New App" src="https://mintcdn.com/stackone-hub-claude-issue-384-20260409-1436/g-vBLWbgD2nDYbPA/images/webex/image4.png?fit=max&auto=format&n=g-vBLWbgD2nDYbPA&q=85&s=e3b97f9c78ed5a5a9d52c59ef3f658d8" width="1400" height="353" data-path="images/webex/image4.png" />
    </Frame>
  </Step>

  <Step title="Create an Integration">
    On the "Create a New App" page, click the Create an Integration button.

    <Frame>
      <img className="rounded-md" style={{ margin: '0 auto', border: '1px solid #efefef' }} alt="Create an Integration" src="https://mintcdn.com/stackone-hub-claude-issue-384-20260409-1436/g-vBLWbgD2nDYbPA/images/webex/image5.png?fit=max&auto=format&n=g-vBLWbgD2nDYbPA&q=85&s=9939ca9f208fc6cd90d6ee226bde3213" width="1388" height="857" data-path="images/webex/image5.png" />
    </Frame>
  </Step>

  <Step title="Enter App Details">
    Fill in the prompted details:

    <ul>
      <li>Will this integration use a mobile SDK? No</li>
      <li>Integration name</li>
      <li>Icon</li>
      <li>App Hub Description</li>
      <li>Redirect URI(s): `https://api.stackone.com/connect/oauth2/webex_iam/callback`</li>
      <li>Scopes: `identity:people_read`</li>
    </ul>
  </Step>

  <Step title="Add Integration">
    After providing this New App's details, click the Add Integration button at the bottom right of the page.

    <Frame>
      <img className="rounded-md" style={{ margin: '0 auto', border: '1px solid #efefef' }} alt="Add Integration" src="https://mintcdn.com/stackone-hub-claude-issue-384-20260409-1436/g-vBLWbgD2nDYbPA/images/webex/image6.png?fit=max&auto=format&n=g-vBLWbgD2nDYbPA&q=85&s=87345d28ac7cf30b409228ad655a8b35" width="1430" height="701" data-path="images/webex/image6.png" />
    </Frame>
  </Step>

  <Step title="Copy Client ID and Client Secret">
    Upon successfully creating your app, copy the new Client ID and Client Secret that are displayed, and store them safely.

    <Frame>
      <img className="rounded-md" style={{ margin: '0 auto', border: '1px solid #efefef' }} alt="Client ID and Client Secret" src="https://mintcdn.com/stackone-hub-claude-issue-384-20260409-1436/g-vBLWbgD2nDYbPA/images/webex/image7.png?fit=max&auto=format&n=g-vBLWbgD2nDYbPA&q=85&s=ba3e65df07e948ecc6066c24b9cc4f28" width="1426" height="960" data-path="images/webex/image7.png" />
    </Frame>
  </Step>
</Steps>

## Connecting to StackOne

<Steps>
  <Step title="Enter Authentication Details">
    Upon reaching the Link Account page, enter the following authentication details from the previous steps:

    <ul>
      <li>Client ID</li>
      <li>Client Secret</li>
      <li>Organization ID</li>
      <li>Application Scopes: These scopes must match exactly with those selected within your Webex App. `identity:people_read` is the only required scope</li>
    </ul>

    <Frame>
      <img className="rounded-md" style={{ margin: '0 auto', border: '1px solid #efefef' }} alt="Link Account" src="https://mintcdn.com/stackone-hub-claude-issue-384-20260409-1436/g-vBLWbgD2nDYbPA/images/webex/image8.png?fit=max&auto=format&n=g-vBLWbgD2nDYbPA&q=85&s=7d799f40eccf4cfc235187b88d0b2a7c" width="483" height="720" data-path="images/webex/image8.png" />
    </Frame>
  </Step>

  <Step title="Connect">
    Proceed by clicking the Connect button.
  </Step>
</Steps>

<br />

Congratulations, you're all set! If you face any issues with the steps mentioned above,
please contact us by emailing [integrations@stackone.com](mailto:integrations@stackone.com). We're always here to assist you!

## Available data

This integration has the following [IAM Resources](https://docs.stackone.com/reference/iam_list_users) available from the provider:

<ul>
  <li>Users</li>
  <li>Groups</li>
</ul>

## Useful Links

<Card title="API Reference" icon="link" href="https://developer.webex.com/docs/service-apps">
  [https://developer.webex.com/docs/service-apps](https://developer.webex.com/docs/service-apps)
</Card>
