Get employee
bamboohr_get_employeeRetrieve employee details from BambooHR, including custom fields. Omit employee ID for your own record or fields for standard defaults.
Instructions
Read one employee's field values: standard fields (hire date, job title, supervisor, status, contact details) and custom fields (e.g. shoe size). Omit employeeId to read the API key owner's own record. Omit fields for a sensible default set. missingFields lists requested fields that came back empty or that the key may not see.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Fields to read. Default: name, job, department, hire date, status, contact. | |
| employeeId | No | Internal employee id from bamboohr_list_employees. Omit or 0 for yourself. |