---
title: "Creates a Policy"
method: POST
path: "/api/2026-07-01/resources/timeoff/policies"
tags: ["Timeoff > Policy"]
---

# Creates a Policy

`POST /api/2026-07-01/resources/timeoff/policies`

Creates a Policy

## Request body

- object
  - `name` string, required — The name of the policy.
  - `main` boolean — If the policy is the main policy.
  - `description` string — Policy description.
  - `company_id` string — Company ID.

## Response `201`

CREATED

- TimeoffPolicy
  - `id` string, required — The policy id.
  - `name` string, required — Policy name.
  - `main` boolean — Is the main policy? It will return true if it's the main policy if not it will return false.
  - `company_id` string, required — The company id.
  - `description` string — The policy description.

---

[API](https://skmtc.net/factorialhr/apis/factorial-api.md) · [All operations](https://skmtc.net/factorialhr/apis/factorial-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/factorialhr/factorial-api/versions/1a6bffb20f7d/schema)
