External DocumentationTo learn more, visit the HiBob documentation.
Actions
Search Employees
Search and filter employees by requested fields.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Fields | A list of the fields to be returned for each employee. For any additional fields, use the additional fields parameter. |
| Filter By | The parameter to filter by. |
| Filter Values | A comma-separated list of all the values to filter by. |
| Parameter | Description |
|---|---|
| Additional Fields | A comma separated list of additional fields to return for each employee. All the possible fields can be obtained from the Get All Company Fields action. |
| Human Readable | Return human readable values. |
| Show Inactive | Defines whether response should include inactive employees. |
{
"employees": [
{
"displayName": "<string>",
"work": {
"manager": "<string>",
"reportsTo": {
"email": "<string>"
},
"department": "<string>",
"title": "<string>"
},
"email": "<string>",
"id": "<string>"
}
]
}
Was this page helpful?