People
Search for employees
Search employee fields for many employees in one call. <p>See <b>Critical behaviors</b> below on this page for field IDs, filters, <code>showInactive</code>, permissions, no pagination, large-company batching, and integration limits. Full contract: <a href="https://apidocs.hibob.com/docs/people-read-api-contract" target="_blank">People read API contract</a>.</p> <p><b>Testing notes</b>:</p> <ol> <li>Use <b>Try It!</b> and <b>Examples > Request Example</b> (default: active employees only; other examples cover terminated employees and batched reads by ID).</li> <li>Explore the response payload using the <b>Example</b> in the Response panel.</li> </ol>
post/people/search
Request body
Example request
{
"fields": [
"root.id",
"root.firstName"
],
"filters": [
{
"fieldPath": "root.id",
"operator": "equals",
"values": [
"<employee Id1>",
"<employee Id2>"
]
}
]
}Response
Employees data response.