> ## 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 HiBob with OAuth 2.0 – StackOne Hub

> Link a HiBob account in the StackOne Hub using OAuth 2.0. End-user guide to authorize the integration and start using HiBob actions.

<Warning>Any changes to your app configuration (e.g. updated scopes) require reinstallation to take effect. You must uninstall the app from HiBob before reconnecting.</Warning>

<section data-guide-section data-guide-scopes="">
  <h2>Reinstalling Your HiBob App</h2>

  <p><strong>Note:</strong> This section is only relevant if you have previously installed the app and need to reinstall it (e.g. after updating scopes or re-authorising). If you are connecting HiBob for the first time, skip this section and proceed to the account linking steps below.<br /><br />If you have updated your app's scopes or need to re-authorise your HiBob connection, you must reinstall the app. HiBob does not support re-installing an already-installed app via the OAuth flow — you must manually uninstall it first.</p>

  <Steps>
    <Step title="Uninstall the app (Sandbox)">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>If your app is installed using Development credentials, uninstall it from the HiBob Developer Portal.</p>

        <ul>
          <li>Log in to the <a href="https://developers.hibob.com/auth/login" target="_blank" rel="noopener noreferrer">HiBob Developer Portal</a>.</li>
          <li>Open your OAuth app from the <strong>My Apps</strong> page.</li>
          <li>In the left-side menu, navigate to <strong>OAuth</strong> under <strong>Develop</strong>.</li>
          <li>Under the <strong>Development Credentials</strong> heading, click <strong>Uninstall</strong> to remove the app.</li>
          <li>NOTE: Once the app is uninstalled, reconnect your HiBob account from StackOne Hub.</li>
        </ul>
      </div>
    </Step>

    <Step title="Uninstall the app (Production)">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>If your app is published and installed via the Bob Marketplace, uninstall it directly from the Marketplace UI.</p>

        <ul>
          <li>Log in to your <a href="https://app.hibob.com/login/" target="_blank" rel="noopener noreferrer">HiBob account</a>.</li>
          <li>Navigate to <strong>Marketplace</strong> from the top-left corner (waffle menu).</li>
          <li>Locate your installed app by searching in the top-right <strong>Search</strong> field or the category tabs to find your installed app. Open the app by clicking on it, then click <strong>Uninstall</strong> on the left side of the detail view.</li>
          <li>NOTE: Once the app is uninstalled, reconnect your HiBob account from StackOne Hub.</li>
        </ul>
      </div>
    </Step>
  </Steps>
</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="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>

## Next Steps

<Columns cols={2}>
  <Card title="Webhooks setup" href="/connectors/hibob/guides/webhook-setup">
    <p className="connector-page-auth-description" style={{ fontSize: '14px', marginTop: 0, marginBottom: 0 }}>
      Configure receiving Events for HiBob into StackOne.
    </p>
  </Card>
</Columns>
