BambooHR actions & endpoints
Last updated
Was this helpful?
Last updated
Was this helpful?
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:
GET
api.bamboohr.com/meta/fields
Get a list of fields that are available in the account
GET
api.bamboohr.com/company_information
Gets Company Information
GET
api.bamboohr.com/employees/{id}
Get employee data by specifying a set of fields.
POST
api.bamboohr.com/employees/{id}
Update an employee, based on employee ID
POST
api.bamboohr.com/employees
Add an employee. New employees must have at least a first name and a last name
GET
api.bamboohr.com/employees/directory
Gets Employee Directory
GET
api.bamboohr.com/<url_path>
Generic action for making authenticated requests against the BambooHR API