---
title: "Creates a Resource field"
method: POST
path: "/api/2026-07-01/resources/custom_fields/resource_fields"
tags: ["CustomFields > ResourceField"]
---

# Creates a Resource field

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

Creates an schema custom field

## Request body

- object
  - `schema_id` string, required — Schema identifier
  - `company_id` string, required — Company identifier
  - `label` string — Resource field label
  - `field_type` 'text' | 'long_text' | 'date' | 'rating' | 'checkbox' | 'single_choice' | 'multiple_choice' | 'money' | 'cents', required — Type of the value for the resource field
  - `required` boolean, required — Requirement to fill this resource field
  - `max_value` integer — Maximum value for range field type
  - `min_value` integer — Minimum value for range field type
  - `position` integer — Field position within schema
  - `editable` 'owned' | 'reportees' | 'team_leader' | 'legal_entity' | 'everybody', required — Group for which this field is editable
  - `visible` 'owned' | 'reportees' | 'team_leader' | 'legal_entity' | 'everybody', required — Group for which this field is visible
  - `options` string[] — Array of options to choose from

## Response `201`

CREATED

- CustomFieldsResourceField
  - `id` string, required — Resource field identifier
  - `field_id` string — Custom Field 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)
