v1

latestOpenAPI 3.1.1Proprietary2026-07-26184406877.9 KB
Custom Tables

Create new custom table entry

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.

post/people/custom-tables/{employee_id}/{custom_table_id}

Path parameters

employee_idstring required

Employee ID.

custom_table_idstring required

The ID of custom table.

Request body

valuesCustomTableCreateEntry[]

Response

Entry created successfully