---
title: "List the employee's equity grants."
method: GET
path: "/people/{id}/equities"
tags: ["Employee Tables"]
---

# List the employee's equity grants.

`GET /people/{id}/equities`

Returns a list of equity grants for a given employee.

## Path parameters

- `id` string, required

## Query parameters

- `includeArchived` boolean

## Response `200`

List of salary equity grants.

- EquityEntries
  - `values` EquityEntry[]
    - `id` integer — ID.
    - `reason` string — The reason for this change.
    - `effectiveDate` string, date, required — The date this entry becomes effective.
    - `quantity` number, double, required — The number of equities granted.
    - `equityType` string, required — The type of the grant.
    - `vestingCommencementDate` string, date — Vesting commencement date.
    - `consentNumber` string — Consent number.
    - `grantDate` string, date — Date the equity was granted.
    - `optionExpiration` string, date — Date the options expire.
    - `exercisePrice` CurrencyValue
      - `value` number, double, required
      - `currency` string, required — Three-letter currency code.
    - `vestingTerm` string — Terms for exercising this grant.
    - `grantType` string — Grant type. One of: Initial Grant, Merit Grant
    - `vestingSchedule` number — The vesting schedule ID assigned to this grant.
    - `grantNumber` number, double — The Grant number for employee.
    - `grantStatus` string — Grant status. one of: Granted, Pending Approval
  - `restricted_columns` RestrictedColumnsMetadata — Indicates which columns were filtered from the response due to field-level permissions (FLP). This object is only present when FLP is enabled for the company and the service user has partial column permissions. To learn more, see <a href="https://apidocs.hibob.com/docs/employee-data-api-field-level-permissions#detecting-restricted-columns-in-api-responses" target="_blank">Field level permissions</a>.
    - `no_view_permission` string[] — Columns filtered because the service user lacks View permission for these fields.
    - `no_view_history_permission` string[] — Columns filtered because the service user lacks View History permission. Only present for historical tables (work, employment, salaries, lifecycle).

---

[API](https://skmtc.net/hibob/apis/employee-data-api.md) · [All operations](https://skmtc.net/hibob/apis/employee-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hibob/employee-data-api/versions/0781ebbdda91/schema)
