> ## 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 HiPeople with Email & Password – StackOne Hub

> Link a HiPeople account in the StackOne Hub using Email & Password. End-user guide to authorize the integration and start using HiPeople actions.

<Warning>The generated keys inherit the permission level of the account you sign in with — use an organization admin account for full API access. Your password is used only to obtain the key pair and is stored securely.</Warning>

<section data-guide-section data-guide-scopes="">
  <h2>Connect HiPeople with your login</h2>

  <p>StackOne signs in to HiPeople on your behalf to mint a public/secret API key pair. You only need your HiPeople account region, email, and password.</p>

  <Steps>
    <Step title="Select your region">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Choose the region your HiPeople account is hosted in. US accounts use a `.us.` host (`api.us.hipeople.io`); all other accounts use the Global (EU) host (`api.hipeople.io`). If unsure, check the domain of your HiPeople app URL.</p>
      </div>
    </Step>

    <Step title="Use an admin account">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Provide the email and password of a HiPeople account whose permission level you want the integration to inherit. An organization admin gives the fullest access.</p>

        <ul>
          <li>StackOne calls `PUT /sessions` on your regional host with your email and password to obtain a bearer token.</li>
          <li>StackOne then calls `PUT /access_tokens` with that bearer token to generate the public and secret keys, which are sent as `X-API-Key` and `X-API-Secret` on every request.</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="/connect/managing-connectors/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>Region</strong></li>
        <li><strong>Email</strong></li>
        <li><strong>Password</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="/gateway/concepts/linked-accounts">Accounts</a> page.</p>
</div>
