Actions & Endpoints
Introduction
The BambooHR Integration with Rewst delivers a robust set of actions and endpoints for interacting with BambooHR. Below is a summary of each section, highlighting the diverse capabilities and opportunities provided through the BambooHR Integration:
Actions
Account Information
List Fields
GET
api.bamboohr.com/meta/fields
Get a list of fields that are available in the account
Employees
Get Company Information
GET
api.bamboohr.com/company_information
Gets Company Information
Get Employee
GET
api.bamboohr.com/employees/{id}
Get employee data by specifying a set of fields.
Update Employee
POST
api.bamboohr.com/employees/{id}
Update an employee, based on employee ID
Add Employee
POST
api.bamboohr.com/employees
Add an employee. New employees must have at least a first name and a last name
Get Employee Directory
GET
api.bamboohr.com/employees/directory
Gets Employee Directory
Generic Request
BambooHR API Request
GET
api.bamboohr.com/<url_path>
Generic action for making authenticated requests against the BambooHR API
Last updated