BambooHR

BambooHR

API integration

Expand your

HRIS

integrations with the

BambooHR

API integration.

Perform all CRUD operations through our Proxy and Unified APIs.

Perform all CRUD operations through our Proxy and Unified APIs.

Trusted by world-class product and engineering teams

  • Claira
  • Senja
  • springworks
  • TruvaAI
  • Sprinto
  • Dos&Co
  • Spendflo
  • Dos&Co
  • ZenAdmin
  • Cloudficient

Trusted by world-class product and engineering teams

  • Claira
  • Senja
  • Springworks
  • TruvaAI
  • Sprinto
  • SaaSMonk
  • Spendflo
  • Dos&Co
  • ZenAdmin
  • Cloudficient
  • Findr

superAI

Comprehensive BambooHR AI Agent toolset with fine-grained access control and MCP Server capabilities. BambooHR MCP Servers works seamlessly with Cursor and Claude AI editors for immediate consumption. Integrates with all popular LLM frameworks including LangChain and PyDantic for advanced AI orchestration.

list_all_bamboohr_payroll_deductions

Use this endpoint to retrieve a list of payroll deductions assigned to a specific employee, identifi…

bamboohr_company_files_download

Use this endpoint to download a specific file stored in the company's BambooHR file repository by pr…

update_a_bamboohr_field_by_id

Use this endpoint to update one or more metadata fields in the account.…

get_single_bamboohr_job_by_id

Retrieves detailed information about a specific job posting in BambooHR based on the unique job ID.…

delete_a_bamboohr_employee_training_by_id

Delete an existing employee training record by id in BambooHR. Requires company_domain and id. Retur…

list_all_bamboohr_employee_training

Get all training records for an employee in BambooHR using company_domain and id. Returns trainingId…

delete_a_bamboohr_training_category_by_id

Delete an existing training category by id in BambooHR. Requires company_domain and id. Returns succ…

create_a_bamboohr_employee_training

Add a new employee training record for employeeId in BambooHR. Requires completed date in yyyy-mm-dd…

update_a_bamboohr_employee_training_by_id

Update an existing employee training record in BambooHR with id. Requires completed date in yyyy-mm-…

update_a_bamboohr_training_by_id

Update an existing training type in BambooHR using company_domain and id. Returns updated training t…

list_all_bamboohr_training_category

Get a list of training categories in BambooHR. Requires company_domain. Returns categoryId objects c…

delete_a_bamboohr_training_by_id

Delete an existing training type by id in BambooHR. Requires company_domain and id. Deletion succeed…

create_a_bamboohr_training_category

Add a training category with name in BambooHR. Requires companyDomain and name. Returns id and name…

update_a_bamboohr_training_category_by_id

Update an existing training category by id in BambooHR. Requires company_domain and id. Returns upda…

bamboohr_login_user

Authenticate user login in BambooHR using companyDomain, user email, password, and applicationKey. R…

list_all_bamboohr_custom_reports_new

List available custom reports in BambooHR using company_domain. Returns report id and name fields.…

get_single_bamboohr_custom_reports_new_by_id

Get data for a specific custom report in BambooHR using company_domain and id. Returns the report da…

create_a_bamboohr_training

Add a training type in BambooHR with required parameter name. Returns id, name, renewable, frequency…

list_all_bamboohr_training

Get a list of training types in BambooHR for the specified companyDomain. Returns trainingId for eac…

create_a_bamboohr_photo

Store a new employee photo for employeeId in BambooHR. The photo must be jpg, gif, or png, have equa…

create_a_bamboohr_time_tracking

Add a time tracking record in BambooHR with required parameters companyDomain, timeTrackingId, emplo…

get_single_bamboohr_time_tracking_by_id

Get an hour record by id in BambooHR. Returns fields including timeTrackingId, employeeId, dateHours…

update_a_bamboohr_time_tracking_by_id

Edit an hour record in BambooHR using timeTrackingId and hoursWorked. Returns the updated timeTracki…

delete_a_bamboohr_time_tracking_by_id

Delete an hour record in BambooHR using companyDomain and id. Returns status and message confirming…

delete_a_bamboohr_goal_comment_by_id

Delete a goal comment for employee_id, goal_id, and comment_id in BambooHR. Returns 204 No Content o…

get_single_bamboohr_photo_by_id

Get an employee photo in BambooHR using company_domain, employee id, and size. Returns binary JPEG d…

list_all_bamboohr_goal_comments

Get comments for a specific goal using employee_id and goal_id in BambooHR. Returns comment id, auth…

create_a_bamboohr_goal_comment

Create a new goal comment for employeeId and goalId in BambooHR. Returns id, authorUserId, createdAt…

update_a_bamboohr_goal_comment_by_id

Update a goal comment for employeeId, goalId, and commentId in BambooHR. Returns id, authorUserId, c…

delete_a_bamboohr_goal_by_id

Delete a goal for an employee in BambooHR using company_domain, employee_id, and id. Returns 204 on…

update_a_bamboohr_goal_by_id

Update a goal for employeeId and id in BambooHR. Requires title, sharedWithEmployeeIds, dueDate. Ret…

list_all_bamboohr_goals

Get goals for an employee in BambooHR using company_domain and employee_id. Returns id, title, descr…

create_a_bamboohr_goal

Create a new goal for an employee in BambooHR using company_domain and employee id. Returns the goal…

get_single_bamboohr_employee_file_by_id

Get an employee file by id and file_id in BambooHR. Returns the file content if found. Requires comp…

delete_a_bamboohr_employee_file_by_id

Delete an employee file by employee id and fileId in BambooHR. Returns confirmation of deletion.…

update_a_bamboohr_employee_file_by_id

Update an employee file by id in BambooHR with parameters name, categoryId, and shareWithEmployee. R…

create_a_bamboohr_employee_file

Add an employee file category in BambooHR using company_domain. Returns 201 status on successful cre…

delete_a_bamboohr_table_by_id

Delete a table row for an employee in BambooHR. Requires employee id, table name, and rowId.…

create_a_bamboohr_table

Add a table row for an employee in BambooHR using company_domain, id, and table. Returns success mes…

update_a_bamboohr_table_by_id

Update a table row for an employee in BambooHR using company_domain, id, table, and row_id. Returns…

list_all_bamboohr_company_eins

Get Company EINs for the companyDomain in BambooHR. Returns an array of EIN strings representing the…

list_all_bamboohr_table

Get all updated employee table data for table using companyDomain and table. Returns employees with…

get_single_bamboohr_table_by_id

Get all table rows for a given employee and table in BambooHR. Requires company_domain, id (employee…

list_all_bamboohr_benefits

Get benefit coverages for the companyDomain in BambooHR. Returns id, shortName, description, and sor…

bamboohr_benefits_deduction_type

Get all benefit deduction types for the companyDomain in BambooHR. Returns id, deductionTypeName, an…

bamboohr_benefits_member_events

Get a list of member benefit events in BambooHR for the specified companyDomain. Returns members wit…

list_all_bamboohr_company_information

Get company information for companyDomain in BambooHR. Returns legalName, displayName, address (line…

get_single_bamboohr_employee_dependent_by_id

Get employee dependent by id in BambooHR. Returns fields including id, employeeId, firstName, lastNa…

create_a_bamboohr_employee_dependent

Add an employee dependent in BambooHR with employeeId, firstName, lastName, relationship, gender, ss…

update_a_bamboohr_employee_dependent_by_id

Update an employee dependent by id in BambooHR. Requires company_domain and id. Returns status 201 o…

bamboohr_dataset_data

Get data from the specified dataset in BambooHR using company_domain and dataset_name. Returns data…

list_all_bamboohr_employee_dependents

Get all employee dependents for employeeid in BambooHR. Returns id, employeeId, firstName, lastName,…

bamboohr_webhooks_logs

Get webhook logs for a specific webhook by id in BambooHR. Returns webhookId, url, lastAttempted, la…

bamboohr_webhooks_fields

Get a list of fields that webhooks can monitor in BambooHR. Requires company_domain. Returns fields…

list_all_bamboohr_dataset

Get available datasets for the companyDomain in BambooHR. Returns dataset name and label fields.…

bamboohr_dataset_fields

Get available fields for a dataset in BambooHR using companyDomain and datasetName. Returns fields w…

create_a_bamboohr_webhook

Create a new webhook in BambooHR with required parameters company_domain, name, monitorFields, postF…

update_a_bamboohr_webhook_by_id

Update a webhook by id in BambooHR with required fields name, monitorFields, postFields, and url. Re…

delete_a_bamboohr_webhook_by_id

Delete a webhook by id for the specified companyDomain in BambooHR. Returns confirmation of deletion…

delete_a_bamboohr_hour_entry_by_id

Delete timesheet hour entries in BambooHR using companyDomain and hourEntryIds. Returns no content o…

list_all_bamboohr_webhooks

Get a list of webhooks for the user API key in BambooHR. Requires company_domain. Returns webhook id…

get_single_bamboohr_webhook_by_id

Get webhook data for a specific webhook by id in BambooHR. Returns id, name, created timestamp, last…

delete_a_bamboohr_clock_entry_by_id

Delete timesheet clock entries by providing clockEntryIds in BambooHR. Returns 204 on successful del…

bamboohr_clock_entries_clock_out

Create a timesheet clock-out entry for an employee in BambooHR using company_domain and id. Returns…

update_a_bamboohr_hour_entry_by_id

Add or edit timesheet hour entries in BambooHR. Requires companyDomain and an array of hours objects…

create_a_bamboohr_clock_entry

Create a timesheet clock-in entry for an employee in BambooHR. Requires company_domain and id. Retur…

update_a_bamboohr_clock_entry_by_id

Add or edit timesheet clock entries in BambooHR with required entries including employeeId, date, st…

list_all_bamboohr_employee_time_off_policies

List time off policies for an employee in BambooHR. Requires company_domain and id. Returns timeOffP…

list_all_bamboohr_timesheet

Get all timesheet entries for a given period with start and end dates in BambooHR. Returns id, emplo…

delete_a_bamboohr_company_file_by_id

Delete a company file by id in BambooHR. Requires company_domain and id. Returns 200 on successful d…

list_all_bamboohr_employee_files

List employee files and categories for employee with id in BambooHR. Returns categories with id and…

list_all_bamboohr_time_off_types

Get a list of time off types for companyDomain in BambooHR. Returns id, name, units, color, and icon…

list_all_bamboohr_time_off_policies

Get a list of time off policies for the companyDomain in BambooHR. Returns id, timeOffTypeId, name,…

get_single_bamboohr_company_file_by_id

Get company file by id in BambooHR using company_domain and id. Returns the file content if found.…

create_a_bamboohr_company_file

Add a new company file category in BambooHR using company_domain. Returns 201 status on successful c…

update_a_bamboohr_company_file_by_id

Update a company file in BambooHR using company_domain and id. Returns status 200 if the file is upd…

list_all_bamboohr_fields

Get a list of fields available in a BambooHR account using companyDomain. Returns id, name, type, an…

create_a_bamboohr_custom_report

Request a custom report in BambooHR with companyDomain and format. Returns the report with specified…

list_all_bamboohr_company_files

List company files and categories for companyDomain in BambooHR. Returns categories with id and name…

list_all_bamboohr_statuses

Get a list of statuses for a company in BambooHR using company_domain. Returns all available status…

list_all_bamboohr_company_locations

Get company locations using company_domain in BambooHR. Returns an array of location objects for cre…

create_a_bamboohr_application

Add a new candidate application to a job opening in BambooHR. Requires company_domain and jobId. Ret…

get_single_bamboohr_application_by_id

Get details about a specific application in BambooHR. Requires company_domain and id. Returns fields…

bamboohr_applications_change_status

Change applicant's status by application id in BambooHR. Requires companyDomain and applicationId. R…

list_all_bamboohr_applications

Get a list of applications for companyDomain in BambooHR. Returns application id, appliedDate, statu…

create_a_bamboohr_job

Add a new job opening in BambooHR with required parameters company_domain, postingTitle, jobStatus,…

list_all_bamboohr_time_off_balance

Get estimated future time off balances for employee id in BambooHR with required company_domain and…

list_all_bamboohr_jobs

Get a list of job summaries in BambooHR for the specified companyDomain. Returns job details includi…

list_all_bamboohr_time_off_requests

Get time off requests for companyDomain with required start and end dates. Returns id, employeeId, n…

create_a_bamboohr_time_off_request

Create a time off request for employee with id in BambooHR. Requires company_domain and employee id.…

list_all_bamboohr_users

Get a list of users for the companyDomain in BambooHR. Returns user id, employeeId if linked, firstN…

get_single_bamboohr_employee_by_id

Get employee data by specifying id and fields in BambooHR. Returns id, firstName, lastName, and othe…

create_a_bamboohr_employee

Add a new employee in BambooHR with required fields firstName and lastName. Returns the Location hea…

update_a_bamboohr_employee_by_id

Update an employee by id in BambooHR. Requires company_domain and id. Returns success message on upd…

list_all_bamboohr_employees

Get employee directory for companyDomain in BambooHR. Returns employee id, displayName, firstName, l…

Enhanced

BambooHR

with AI Capabilities

AI Agent Toolset

AI Agent Toolset

MCP Server capabilities for seamless AI tool calling across all integration APIs

MCP Server capabilities for seamless AI tool calling across all integration APIs

Fine-Grained Control

Fine-Grained Control

Granular access control for all operations with custom method support

Granular access control for all operations with custom method support

Unlimited Customization

Unlimited Customization

Customize tool descriptions and parameters down to the finest detail for a workflow that feels built for you.

Customize tool descriptions and parameters down to the finest detail for a workflow that feels built for you.

Developer-First

Developer-First

Integrate with MCP clients like Cursor and Claude, or use frameworks like Langchain

Integrate with MCP clients like Cursor and Claude, or use frameworks like Langchain

Unified APIs for

BambooHR

Skip writing code for every integration. Save time by using Truto's category-specific Unified APIs. You can use the schema we provide out of the box or customize and override the mappings to suit your needs with AI.

Benefits

Benefits represent the benefits for an Employee

Unified HRIS API

Employees

Represents an employee in HRIS

Unified HRIS API

Timeoff policies

Represent the time off policies in a company

Unified HRIS API

Timeoff requests

Represent the time off requests for an Employee

Unified HRIS API

Fields

Represent the fields for various entities in the company

Unified HRIS API

Users

The User object represents a User.

Unified User Directory API

Applications

The applications represent an application for a job.

Unified ATS API

Attachments

The attachments represent an attachment for a candidate.

Unified ATS API

Candidates

The candidates represent a candidate.

Unified ATS API

Job interview stages

The job interview stages represent a job interview stage.

Unified ATS API

Jobs

The jobs represent a job.

Unified ATS API

Proxy API for

BambooHR

Access all of the

BambooHR

API without worrying about authentication and pagination. 

Truto's Proxy APIs are a 1-to-1 mapping of the

BambooHR

HRIS

API.

API call us you

You call us, we call

BambooHR

and pass the response back in the same cycle.

Access all of the

BambooHR

API without worrying about authentication and pagination. 

Truto's Proxy APIs are a 1-to-1 mapping of the

BambooHR

HRIS

API, you call us

we call

BambooHR

and pass the response back in the same cycle.

Account Linking

Account Linking

Use Truto's frontend SDK to link your

customer's

BambooHR

account.

We handle all the OAuth and API key flows. You do not need to create the OAuth app as well.

Account Linking

Account Linking

Use Truto's frontend SDK to link your

customer's

BambooHR

account.

We handle all the OAuth and API key flows. You do not need to create the OAuth app as well.

Seamless authentication 

Don't spend time refreshing access tokens, and figuring out how to store them securely. We do it for you.

We also sprinkle them into the API requests. So you just have to deal with 1 API key, ours.

Seamless authentication 

Don't spend time refreshing access tokens, and figuring out how to store them securely. We do it for you.

We also sprinkle them into the API requests. So you just have to deal with 1 API key, ours.

Unified response format

Unified response format

Truto follows a single response format for it's Proxy and Unified APIs across all the integrations.

into a unified cursor based pagination and all of the data is always present in the result attribute.

BambooHR

We translate

pagination

Unified response format

Unified response format

Truto follows a single response format for it's Proxy and Unified APIs across all the integrations.

into a unified cursor based pagination and all of the data is always present in the result attribute.

BambooHR

We translate

pagination

Get

Get

BambooHR

BambooHR

integrated into your app

integrated into your app

without the hassle

without the hassle

Our team understands what it takes to make a unified API implementation successful.

Our team understands what it takes to make a unified API implementation successful.

Boost customer satisfaction

Boost customer satisfaction

When customers can easily integrate their new products into their existing systems, they’re more likely to stick around. It’s just common sense!

Developers

Empower engineers

Who wants to do boring grunt work? Not engineers! By taking care of integrations for them, they’ll have more time to focus on what really matters - making a great product.

Profits

Boost profits 

Optimise developer resources. Truto frees up time and saves money. Say hello to a healthier bottom line!

Wow Experience

Wow your prospects

Say 'Yes' to every integration request your prospects ask you for. Integrations should not deter deal closures.

Powered by AI

Tick Icon

Customize the mappings as you need using AI.

Tick Icon

Build your own unified API from scratch, aided by AI.

Take back focus where it matters. Let Truto do integrations.

Learn more about our unified api service and solutions. A short, crisp 30 minute call with folks who understand the problem of alternatives.

Take back focus where it matters. Let Truto do integrations.

Learn more about our unified api service and solutions. A short, crisp 30 minute call with folks who understand the problem of alternatives.

Take back focus where it matters. Let Truto do integrations.

Learn more about our unified api service and solutions. A short, crisp 30 minute call with folks who understand the problem of alternatives.

Take back focus where it matters. Let Truto do integrations.

Learn more about our unified api service and solutions. A short, crisp 30 minute call with folks who understand the problem of alternatives.

We have been able to dramatically accelerate our GTM timeline by several months as a result of Truto. The devs at Truto worked with us to build a unified API structure with our team so that we have a solid base for future integrations as well. The support has been very quick to respond to our inquiries and provide timely resolutions for our requests.

Josh Benson,

CEO of Omnitrain