Search Employees
Search and filter employees by requested fields.
External Documentation
To learn more, visit the HiBob documentation.
Basic Parameters
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-separatedlist of all the values to filter by. |
Advanced Parameters
Parameter | Description |
---|---|
Additional Fields | A 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 Readable | Return human readable values. |
Show Inactive | Defines 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
Preview this Workflow on desktop