BambooHR integration (Productivity, Data). Imported from open-connector.
https://{company_domain}.bamboohr.com/api/v1/company_information
/api/v1/meta/fields
/api/v1/employees
| Param | Type | Required | Description |
|---|---|---|---|
| fields | array | optional | BambooHR field aliases to request, such as firstName, lastName, jobTitle, or de… |
| limit | integer | optional | Maximum number of employees to return in one page. |
| after | string | optional | Cursor for the next page of employees. |
| before | string | optional | Cursor for the previous page of employees. |
/api/v1/employees/{employeeId}
| Param | Type | Required | Description |
|---|---|---|---|
| employeeId | string | required | The BambooHR employee ID to retrieve. |
| fields | array | optional | BambooHR field aliases to request, such as firstName, lastName, jobTitle, or de… |
| onlyCurrent | boolean | optional | Whether to return only currently effective values for historical fields. |