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

# Culture Amp

> How to set up the Culture Amp connector, plus the actions that are available.

<div className="connector-page-header">
  <img src="https://stackone-logos.com/api/cultureamp/filled/svg" alt="Culture Amp" className="connector-page-icon" />

  <div className="connector-page-changelog">
    <div className="connector-page-version"><span className="connector-page-tag-beta connector-page-stage-tag">Beta</span><span>v1.0.0</span></div>
  </div>

  <div className="connector-page-header-meta">
    <div className="connector-page-subtitle"><a href="#actions">9 actions</a> · 1 auth method</div>

    <div className="connector-page-category-tags">
      <span className="connector-page-category-tag">HRIS</span>
    </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 [Setup Connector Profile](/gateway/quickstart#setup-connector-profile).

    <Columns cols={2}>
      <Card title="Connector Profile · OAuth 2.0 (Client Credentials)" href="/connectors/cultureamp/guides/connector-profile/oauth-2-0-client-credentials" icon="https://stackone-logos.com/api/cultureamp/filled/svg" horizontal>
        Machine-to-machine OAuth 2.0 client credentials flow. A short-lived JWT access token (\~1 hour) is obtained from the toke...
      </Card>
    </Columns>
  </Step>

  <Step title="Link an Account">
    Link an account [from the dashboard](/connect/managing-connectors/linking-accounts#link-from-the-dashboard) (or via [StackOne Hub](/embed/account-linking/overview)).

    See the guide for the authentication type chosen in the Connector Profile:

    <Columns cols={2}>
      <Card title="Link Account · OAuth 2.0 (Client Credentials)" href="/connectors/cultureamp/guides/link-account/oauth-2-0-client-credentials" icon="https://stackone-logos.com/api/cultureamp/filled/svg" horizontal />
    </Columns>
  </Step>

  <Step title="Use Actions">
    Connect an AI platform to the linked account's actions. See [AI Platforms](/connect/ai-platforms/overview).

    Other ways to call actions are listed in [Protocols & SDKs](/connect/protocols-and-sdks).
  </Step>
</Steps>

## Actions

<div className="connector-meta-library-section">
  <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 className="connector-actions-scopes" data-connector-actions-scopes>
        <button type="button" className="connector-actions-scopes__toggle" data-connector-actions-scopes-toggle aria-expanded="false">
          <span>Scopes<span data-connector-actions-scopes-count /></span>
        </button>

        <div className="connector-actions-scopes__menu">
          <div className="connector-actions-scopes__header">
            <input type="search" className="connector-actions-scopes__search" data-connector-actions-scope-search placeholder="Search scopes..." aria-label="Search scopes" />

            <div className="connector-actions-scopes__actions">
              <button type="button" data-connector-actions-scopes-select-all>Select all</button>
              <span>|</span>
              <button type="button" data-connector-actions-scopes-clear>Clear</button>
            </div>
          </div>

          <label className="connector-actions-scopes__item">
            <input type="checkbox" value="employee-demographics-read" data-connector-actions-scope-filter />

            <span>employee-demographics-read</span>
          </label>

          <label className="connector-actions-scopes__item">
            <input type="checkbox" value="employees-read" data-connector-actions-scope-filter />

            <span>employees-read</span>
          </label>

          <label className="connector-actions-scopes__item">
            <input type="checkbox" value="performance-evaluations-read" data-connector-actions-scope-filter />

            <span>performance-evaluations-read</span>
          </label>

          <div className="connector-actions-scopes__empty" data-connector-actions-scopes-empty hidden>No scopes found</div>
        </div>
      </div>
    </div>
  </div>

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

  <div className="not-prose meta-library-table-container" data-connector-actions-table>
    <div className="connector-meta-library-grid connector-meta-library-grid--three-col">
      <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 className="meta-library-grid-header-cell">Required scopes</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="cultureamp_list_employees" data-action-label="List Employees" data-action-scopes="employees-read" data-action-auth="OAuth 2.0 (Client Credentials)" data-action-auth-scopes="{&#x22;OAuth 2.0 (Client Credentials)&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>List Employees</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="cultureamp_list_employees" aria-label="Copy cultureamp_list_employees"><code className="connector-page-code">cultureamp\_list\_employees</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Get a list of all employees in the Culture Amp account, optionally filtered by email or employee identifier.</div>

        <div className="meta-library-grid-cell meta-library-grid-cell--values">
          <div className="connector-meta-library-values-list"><button type="button" className="connector-page-code-button" data-copy="employees-read" aria-label="Copy scope employees-read"><code className="connector-page-code">employees-read</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="cultureamp_get_employee" data-action-label="Get Employee" data-action-scopes="employees-read" data-action-auth="OAuth 2.0 (Client Credentials)" data-action-auth-scopes="{&#x22;OAuth 2.0 (Client Credentials)&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Get Employee</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="cultureamp_get_employee" aria-label="Copy cultureamp_get_employee"><code className="connector-page-code">cultureamp\_get\_employee</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Get the details of a single employee by their Culture Amp employee identifier.</div>

        <div className="meta-library-grid-cell meta-library-grid-cell--values">
          <div className="connector-meta-library-values-list"><button type="button" className="connector-page-code-button" data-copy="employees-read" aria-label="Copy scope employees-read"><code className="connector-page-code">employees-read</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="cultureamp_list_demographics_by_employee" data-action-label="List Demographics By Employee" data-action-scopes="employee-demographics-read" data-action-auth="OAuth 2.0 (Client Credentials)" data-action-auth-scopes="{&#x22;OAuth 2.0 (Client Credentials)&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>List Demographics By Employee</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="cultureamp_list_demographics_by_employee" aria-label="Copy cultureamp_list_demographics_by_employee"><code className="connector-page-code">cultureamp\_list\_demographics\_by\_employee</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Get the demographic assignments (name/value attributes) for a given employee.</div>

        <div className="meta-library-grid-cell meta-library-grid-cell--values">
          <div className="connector-meta-library-values-list"><button type="button" className="connector-page-code-button" data-copy="employee-demographics-read" aria-label="Copy scope employee-demographics-read"><code className="connector-page-code">employee-demographics-read</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="cultureamp_list_performance_cycles" data-action-label="List Performance Cycles" data-action-scopes="performance-evaluations-read" data-action-auth="OAuth 2.0 (Client Credentials)" data-action-auth-scopes="{&#x22;OAuth 2.0 (Client Credentials)&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>List Performance Cycles</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="cultureamp_list_performance_cycles" aria-label="Copy cultureamp_list_performance_cycles"><code className="connector-page-code">cultureamp\_list\_performance\_cycles</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Get a list of all performance cycles in the Culture Amp account, optionally filtered by state or processing date.</div>

        <div className="meta-library-grid-cell meta-library-grid-cell--values">
          <div className="connector-meta-library-values-list"><button type="button" className="connector-page-code-button" data-copy="performance-evaluations-read" aria-label="Copy scope performance-evaluations-read"><code className="connector-page-code">performance-evaluations-read</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="cultureamp_get_performance_cycle" data-action-label="Get Performance Cycle" data-action-scopes="performance-evaluations-read" data-action-auth="OAuth 2.0 (Client Credentials)" data-action-auth-scopes="{&#x22;OAuth 2.0 (Client Credentials)&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Get Performance Cycle</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="cultureamp_get_performance_cycle" aria-label="Copy cultureamp_get_performance_cycle"><code className="connector-page-code">cultureamp\_get\_performance\_cycle</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Get the details of a single performance cycle by its id.</div>

        <div className="meta-library-grid-cell meta-library-grid-cell--values">
          <div className="connector-meta-library-values-list"><button type="button" className="connector-page-code-button" data-copy="performance-evaluations-read" aria-label="Copy scope performance-evaluations-read"><code className="connector-page-code">performance-evaluations-read</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="cultureamp_list_manager_reviews" data-action-label="List Manager Reviews" data-action-scopes="performance-evaluations-read" data-action-auth="OAuth 2.0 (Client Credentials)" data-action-auth-scopes="{&#x22;OAuth 2.0 (Client Credentials)&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>List Manager Reviews</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="cultureamp_list_manager_reviews" aria-label="Copy cultureamp_list_manager_reviews"><code className="connector-page-code">cultureamp\_list\_manager\_reviews</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Get a list of all manager (performance) reviews in the Culture Amp account.</div>

        <div className="meta-library-grid-cell meta-library-grid-cell--values">
          <div className="connector-meta-library-values-list"><button type="button" className="connector-page-code-button" data-copy="performance-evaluations-read" aria-label="Copy scope performance-evaluations-read"><code className="connector-page-code">performance-evaluations-read</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="cultureamp_get_manager_review" data-action-label="Get Manager Review" data-action-scopes="performance-evaluations-read" data-action-auth="OAuth 2.0 (Client Credentials)" data-action-auth-scopes="{&#x22;OAuth 2.0 (Client Credentials)&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Get Manager Review</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="cultureamp_get_manager_review" aria-label="Copy cultureamp_get_manager_review"><code className="connector-page-code">cultureamp\_get\_manager\_review</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Get the details of a single manager review by its id.</div>

        <div className="meta-library-grid-cell meta-library-grid-cell--values">
          <div className="connector-meta-library-values-list"><button type="button" className="connector-page-code-button" data-copy="performance-evaluations-read" aria-label="Copy scope performance-evaluations-read"><code className="connector-page-code">performance-evaluations-read</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="cultureamp_list_manager_reviews_by_employee" data-action-label="List Manager Reviews By Employee" data-action-scopes="performance-evaluations-read" data-action-auth="OAuth 2.0 (Client Credentials)" data-action-auth-scopes="{&#x22;OAuth 2.0 (Client Credentials)&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>List Manager Reviews By Employee</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="cultureamp_list_manager_reviews_by_employee" aria-label="Copy cultureamp_list_manager_reviews_by_employee"><code className="connector-page-code">cultureamp\_list\_manager\_reviews\_by\_employee</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Get the manager (performance) reviews for a specific employee.</div>

        <div className="meta-library-grid-cell meta-library-grid-cell--values">
          <div className="connector-meta-library-values-list"><button type="button" className="connector-page-code-button" data-copy="performance-evaluations-read" aria-label="Copy scope performance-evaluations-read"><code className="connector-page-code">performance-evaluations-read</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="cultureamp_list_manager_reviews_by_performance_cycle" data-action-label="List Manager Reviews By Performance Cycle" data-action-scopes="performance-evaluations-read" data-action-auth="OAuth 2.0 (Client Credentials)" data-action-auth-scopes="{&#x22;OAuth 2.0 (Client Credentials)&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>List Manager Reviews By Performance Cycle</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="cultureamp_list_manager_reviews_by_performance_cycle" aria-label="Copy cultureamp_list_manager_reviews_by_performance_cycle"><code className="connector-page-code">cultureamp\_list\_manager\_reviews\_by\_performance\_cycle</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Get the manager (performance) reviews that belong to a specific performance cycle.</div>

        <div className="meta-library-grid-cell meta-library-grid-cell--values">
          <div className="connector-meta-library-values-list"><button type="button" className="connector-page-code-button" data-copy="performance-evaluations-read" aria-label="Copy scope performance-evaluations-read"><code className="connector-page-code">performance-evaluations-read</code></button></div>
        </div>
      </div>
    </div>
  </div>
</div>
