← Tools Reference

BambooHR

BambooHR integration (Productivity, Data). Imported from open-connector.

API key4 toolshttps://{company_domain}.bamboohr.com
GET
bamboohr_get_company_information
Retrieve basic BambooHR company profile information for the connected tenant.

/api/v1/company_information

GET
bamboohr_list_fields
List BambooHR employee fields available to the connected account.

/api/v1/meta/fields

GET
bamboohr_list_employees
List BambooHR employees with optional additional field aliases and cursor paging.

/api/v1/employees

4 parameters
ParamTypeRequiredDescription
fieldsarrayoptionalBambooHR field aliases to request, such as firstName, lastName, jobTitle, or de…
limitintegeroptionalMaximum number of employees to return in one page.
afterstringoptionalCursor for the next page of employees.
beforestringoptionalCursor for the previous page of employees.
GET
bamboohr_get_employee
Retrieve one BambooHR employee by ID with optional field aliases.

/api/v1/employees/{employeeId}

3 parameters
ParamTypeRequiredDescription
employeeIdstringrequiredThe BambooHR employee ID to retrieve.
fieldsarrayoptionalBambooHR field aliases to request, such as firstName, lastName, jobTitle, or de…
onlyCurrentbooleanoptionalWhether to return only currently effective values for historical fields.