6 endpoints

# Custom Fields

Custom field definitions and employee custom field values.

GET`/custom-fields`List Custom FieldsGet all custom field definitions for the company.

POST`/custom-fields`Create Custom FieldCreate a custom field definition.

PUT`/custom-fields/{uuid}`Update Custom FieldUpdate a custom field definition.

DELETE`/custom-fields/{uuid}`Delete Custom FieldDelete a custom field definition.

GET`/employees/{uuid}/custom-fields`Get Employee Custom Field ValuesGet the custom field values for a specific employee.

PUT`/employees/{uuid}/custom-fields`Update Employee Custom Field ValuesSet custom field values for an employee.

---

**URL:** https://cube-hr.co.uk/docs/custom-fields
