> ## Documentation Index
> Fetch the complete documentation index at: https://docs.plane.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Create a leave entitlement

> Assign a leave policy to a worker.

### Parameters

<ParamField body="worker" type="string" required>
  ID of the worker receiving the policy.
</ParamField>

<ParamField body="policy" type="string" required>
  ID of the leave policy to assign.
</ParamField>

<ParamField body="starts" type="string">
  Date when the entitlement begins. Defaults to today.
</ParamField>

<ParamField body="ends" type="string">
  Optional date when the entitlement ends.
</ParamField>

<ParamField body="overrides" type="object">
  Optional sparse policy overrides for this worker.
</ParamField>

### Returns

Returns the created [Leave Entitlement object](/reference/leave-entitlements/object).
