Skip to main content
All CollectionsIntegrations
Creating an Employee in BambooHR using Bindbee APIs
Creating an Employee in BambooHR using Bindbee APIs

Easily create an employee using Bindbee's Write APIs.

Updated over a week ago

This guide explains how to create an employee using Bindbee's write APIs. The tutorial uses BambooHR for demonstration purposes.

Pre-requisite: Ensure you have write access to the HRIS you want to create an employee in.

Step 1: A connector should already be created, and its data should be synced for a seamless experience. Open the connector for which an employee needs to be created and copy the connector token

Image

Step 2: To get the API key, navigate to the settings section.

Image

Step 3: Regenerate the API key, copy it, and save it for future use. OR use the API key already generated and saved beforehand.

Image

Step 4: Navigate to the Bindbee documentation and open the 'Create Employee' section.

Image

Step 5: Add the API Key that we have generated in Step 3

Image

Step 6: Add the connector token and paste in the x-connector-token header

Image

Step 7: Use this curl request to create a request in an appropriate request tool to easily modify the request data

Image

Step 8: Update the payload after setting the bearer token and the x-connector-token.

Step 9: Modify the payload according to the requirements. For instance, change the employee number and email ID.

Image

Step 10: Remove any unnecessary fields, such as home location or work location. Modify other fields if needed, like the SSN.

Step 11: Once the payload is set, click 'Send'. If the employee is successfully created, the success message will be true. If there are errors, the success message will be false.

Image

Step 12: To verify the creation of the employee, navigate to the BambooHR dashboard.

Step 13: Go to the 'People' section and search for the employee using the employee number.

Image

This concludes the guide on creating an employee using Bindbee's write APIs.

Did this answer your question?