> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stackone.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Connect Databricks with SCIM Token – StackOne Hub

> Link a Databricks account in the StackOne Hub using SCIM Token. End-user guide to authorize the integration and start using Databricks actions.

<Warning>You must have Databricks account admin privileges. This token is scoped exclusively to account-level SCIM endpoints.</Warning>

<section data-guide-section data-guide-scopes="">
  <h2>Finding Your Account ID</h2>

  <p>The Account ID is a UUID required for all account-level API calls.</p>

  <Steps>
    <Step title="Sign in to the Account Console">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Sign in to the <a href="https://accounts.cloud.databricks.com" target="_blank" rel="noopener noreferrer">Databricks Account Console</a>.</p>
      </div>
    </Step>

    <Step title="Copy your Account ID">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Click your <strong>user avatar</strong> in the top-right corner. Your Account ID is shown under <strong>My account</strong> — click the copy icon next to it.</p>
      </div>
    </Step>
  </Steps>
</section>

<section data-guide-section data-guide-scopes="">
  <h2>Generating a SCIM Token</h2>

  <p>The SCIM token grants access only to the account-level SCIM provisioning API for managing users, groups, and service principals.</p>

  <Steps>
    <Step title="Navigate to User Provisioning">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>In the left sidebar, click <strong>Security</strong>, then click the <strong>User provisioning</strong> tab.</p>
      </div>
    </Step>

    <Step title="Enable User Provisioning">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>If not already enabled, click <strong>Enable user provisioning</strong> under the <strong>External API identity provider sync</strong> section.</p>
      </div>
    </Step>

    <Step title="Copy the SCIM Token">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>The page displays the <strong>SCIM Token</strong>. Copy it and paste it into the <strong>SCIM Token</strong> field in StackOne. If you need a new token, click <strong>Regenerate token</strong>.</p>
      </div>
    </Step>
  </Steps>
</section>

<section data-guide-section data-guide-scopes="">
  <h2>Rotating the SCIM Token</h2>

  <p>If you need to rotate the token, navigate to <strong>Security > User provisioning</strong> and click <strong>Regenerate token</strong>. The previous token remains valid for <strong>24 hours</strong> after regeneration.</p>
</section>

<div data-whitelabel-hide>
  <h2>Linking the Account from the Hub</h2>

  <Steps>
    <Step title="Navigate to the Hub">
      Use one of the three <a href="/guides/accounts-section#linking-accounts">Linking Account Methods</a> to access the Hub.
    </Step>

    <Step title="Fill out the fields">
      Fill out the following fields using details from your provider:

      <ul>
        <li><strong>Account ID</strong></li>
        <li><strong>SCIM Token</strong></li>
      </ul>
    </Step>

    <Step title="Connect">
      <ul>
        <li>Click <strong>Connect</strong></li>
        <li>If applicable, the provider will redirect you to a sign-in or authorization page. Complete the provider's authorization flow.</li>
        <li>Once authorization is successful, you will see a confirmation popup</li>
      </ul>
    </Step>
  </Steps>

  <p>If the account linking is successful, you will see the newly linked account in your <a href="/guides/accounts-section">Accounts</a> page.</p>
</div>
