Skip to main content

Search Employees

Search and filter employees by requested fields.

External Documentation

To learn more, visit the HiBob documentation.

Basic Parameters

ParameterDescription
FieldsA list of the fields to be returned for each employee. For any additional fields, use the additional fields parameter.
Filter ByThe parameter to filter by.
Filter ValuesA comma-seperated list of all the values to filter by.

Advanced Parameters

ParameterDescription
Additional FieldsA comma seperated list of additional fields to return for each employee. All the possible fields can be obtained from the Get All Company Fields action.
Human ReadableReturn human readable values.
Show InactiveDefines whether response should include inactive employees.

Example Output

{
"employees": [
{
"id": "string",
"firstName": "string",
"surname": "string",
"email": "user@example.com",
"displayName": "string",
"personal": {
"honorific": "string",
"shortBirthDate": "string",
"gender": "string"
},
"about": {
"avatar": "string",
"hobbies": [
"string"
]
},
"work": {
"reportsTo": {
"id": "string",
"firstName": "string",
"surname": "string",
"email": "string"
},
"title": "string",
"department": "string",
"site": "string",
"startDate": "2024-03-19"
}
}
]
}

Workflow Library Example

Search Employees with Hibob and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop