> ## 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.

# HiPeople

> 3 actions available for HiPeople through StackOne. Use via Actions RPC, Toolset SDK, MCP, or A2A.

<div className="not-prose" style={{ display: 'flex', alignItems: 'center', gap: '12px', marginBottom: '24px' }}>
  <img src="https://stackone-logos.com/api/hipeople/filled/png" alt="HiPeople" className="connector-page-icon" style={{ width: '48px', height: '48px', borderRadius: '10px', padding: '2px' }} />

  <div>
    <div style={{ fontSize: '24px', fontWeight: '600' }}>HiPeople</div>
    <div className="connector-page-subtitle" style={{ fontSize: '14px' }}>3 actions · 1 auth method</div>

    <div style={{ display: 'flex', flexWrap: 'wrap', gap: '6px', marginTop: '8px' }}>
      <span className="connector-page-tag-preview" style={{ display: 'inline-block', padding: '2px 8px', borderRadius: '4px', fontSize: '11px', fontWeight: '500' }}>Preview</span>
      <span className="connector-page-category-tag" style={{ display: 'inline-block', padding: '2px 8px', borderRadius: '4px', fontSize: '11px', fontWeight: '500' }}>ATS</span>
    </div>
  </div>
</div>

## Authentication

<Columns cols={2}>
  <Card title="Email & Password">
    HiPeople authenticates every REST request with a public/secret API key pair sent as the \`X-API-Key\` and \`X-API-Secret\` h...

    Guides: [Connector Profile](/connectors/hipeople/guides/connector-profile/email-password), [Link Account](/connectors/hipeople/guides/link-account/email-password)
  </Card>
</Columns>

<div className="connector-meta-library-section">
  <div className="connector-meta-library-title">Actions</div>

  <div className="connector-actions-controls not-prose" data-connector-actions-controls>
    <div className="connector-actions-controls__row">
      <input type="search" className="connector-actions-search" data-connector-actions-search placeholder="Search actions" aria-label="Search actions" />
    </div>
  </div>

  <div className="meta-library-count" data-connector-actions-count>3 actions</div>

  <div className="not-prose meta-library-table-container" data-connector-actions-table>
    <div className="connector-meta-library-grid" style={{ gridTemplateColumns: '200px 1fr' }}>
      <div className="connector-meta-library-row">
        <div className="meta-library-grid-header-cell">Action</div>
        <div className="meta-library-grid-header-cell">Description</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="hipeople_list_open_job_roles" data-action-label="List Open Job Roles" data-action-scopes="" data-action-auth="Email & Password" data-action-auth-scopes="{&#x22;Email & Password&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Open Job Roles</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="hipeople_list_open_job_roles" aria-label="Copy hipeople_list_open_job_roles"><code className="connector-page-code">hipeople\_list\_open\_job\_roles</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a paginated list of open job roles in your HiPeople organization.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="hipeople_list_role_candidates" data-action-label="List Candidates For A Role" data-action-scopes="" data-action-auth="Email & Password" data-action-auth-scopes="{&#x22;Email & Password&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Candidates For A Role</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="hipeople_list_role_candidates" aria-label="Copy hipeople_list_role_candidates"><code className="connector-page-code">hipeople\_list\_role\_candidates</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve the candidates associated with a specific open job role.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="hipeople_get_assessment_report" data-action-label="Get Assessment Report" data-action-scopes="" data-action-auth="Email & Password" data-action-auth-scopes="{&#x22;Email & Password&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Assessment Report</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="hipeople_get_assessment_report" aria-label="Copy hipeople_get_assessment_report"><code className="connector-page-code">hipeople\_get\_assessment\_report</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve aggregate assessment statistics for your HiPeople organization.</div>
      </div>
    </div>
  </div>
</div>

## Getting Started

<Steps>
  <Step title="Create or Select a Project">
    Set up a new project or select an existing one. See [Organizations & Projects](/gateway/concepts/organizations-and-projects).
  </Step>

  <Step title="Configure the Connector">
    Enable the connector and set up a connector profile in your project. See [Managing Connectors](/connect/managing-connectors/overview).

    <Columns cols={2}>
      <Card title="Connector Profile" href="/connectors/hipeople/guides/connector-profile/email-password" icon="https://stackone-logos.com/api/hipeople/filled/png" horizontal>
        HiPeople - Email & Password
      </Card>
    </Columns>
  </Step>

  <Step title="Link an Account">
    Connect an account using [StackOne Hub](/embed/account-linking/overview) or [Auth Link](/embed/account-linking/auth-link).

    <Columns cols={2}>
      <Card title="Link Account" href="/connectors/hipeople/guides/link-account/email-password" icon="https://stackone-logos.com/api/hipeople/filled/png" horizontal>
        HiPeople - Email & Password
      </Card>
    </Columns>
  </Step>

  <Step title="Use Actions">
    Invoke actions using one of the methods below:

    * [MCP](/embed/call-actions/mcp) – Model Context Protocol for AI assistants
    * [A2A](/embed/call-actions/agent2agent) – Agent-to-Agent protocol
    * [Agent SDK](/embed/call-actions/agent-sdk) – TypeScript and Python SDKs for AI agents
    * [Actions RPC](/platform/api-reference/actions/make-an-rpc-call-to-an-action) – Direct API calls
    * [Playground](/embed/call-actions/troubleshooting/playground) – Test actions in the dashboard
  </Step>
</Steps>
