---
title: "Create new custom table entry"
method: POST
path: "/people/custom-tables/{employee_id}/{custom_table_id}"
tags: ["Custom Tables"]
---

# Create new custom table entry

`POST /people/custom-tables/{employee_id}/{custom_table_id}`

Provide an array of columns and their values. Columns that are defined as **Mandatory** (from the custom column's settings) must be provided. <br> Values can be any of the <a href="https://apidocs.hibob.com/docs/fields-metadata#field-types">supported field types</a>.<br><br> **Note**: You can use **Examples > Request Example** option for a basic example, however, we recommend that you copy the endpoint to Postman and test more complicated structures using the JSON editor.

## Path parameters

- `employee_id` string, required
- `custom_table_id` string, required

## Request body

- CustomTableCreateEntriesList
  - `values` CustomTableCreateEntry[]

## Response `200`

Entry created successfully

---

[API](https://skmtc.net/hibob/apis/employee-data-api.md) · [All operations](https://skmtc.net/hibob/apis/employee-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hibob/employee-data-api/revisions/0781ebbdda91/schema)
