---
title: "Creates an Option"
method: POST
path: "/api/2026-07-01/resources/custom_fields/options"
tags: ["CustomFields > Option"]
---

# Creates an Option

`POST /api/2026-07-01/resources/custom_fields/options`

Creates an Option

## Request body

- object
  - `label` string, required — Title for option
  - `is_active` boolean — Flag to make the option available
  - `field_id` string, required — Custom Fields identifier

## Response `201`

CREATED

- CustomFieldsOption
  - `id` string, required — Option identifier
  - `label` string — Title for option
  - `value` string — Option value
  - `is_active` boolean — Flag to make the option available
  - `field_id` string — Custom Fields identifier

---

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