---
title: "Creates a new equity grant for a given employee."
method: POST
path: "/people/{id}/equities"
tags: ["Employee Tables"]
---

# Creates a new equity grant for a given employee.

`POST /people/{id}/equities`

## Path parameters

- `id` string, required

## Request body

- 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

## Response `200`

Entry added successfully.

---

[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)
