Employee report
bamboohr_employee_reportPull chosen fields for every employee in one call. Always includes id, displayName, and status; optionally include inactive employees and review missingFields for invalid field names.
Instructions
Pull chosen fields for every employee in one call: e.g. hire date, department and a custom field such as shoe size for the whole company. id, displayName and status are always included. Inactive (terminated) employees are excluded unless includeInactive is true. missingFields lists fields BambooHR did not return, usually because the API key may not see them or the name is wrong; check names with bamboohr_list_fields. Filter and aggregate the rows yourself; BambooHR does not filter server-side.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | Yes | Fields to include. | |
| employeeIds | No | Restrict to these employee ids. | |
| includeInactive | No | Include employees whose status is not Active. Default false. |