List employee fields
bamboohr_list_fieldsList all employee fields in BambooHR, including custom fields, with IDs, names, aliases, and types. Search by name and optionally view allowed values for list fields.
Instructions
List every employee field in this BambooHR account, standard and custom, with id, name, API alias and type. Use search to find a field by name (e.g. 'shoe', 'hire'). Set includeOptions to see the allowed values of list fields. Pass the alias or id to bamboohr_get_employee or bamboohr_employee_report.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search | No | Case-insensitive substring of the field name or alias. | |
| includeOptions | No | Attach the option list of list-type fields. Default false. |