Integrations
...
BambooHR
Write Employee
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 seamless experience open the connector for which an employee needs to be created and copy the connector token step 2 to get the api key, navigate to the settings section step 3 regenerate the api key, copy it, and save it for future use or use the api key already generated and saved before hand step 4 navigate to the bindbee documentation and open the 'create employee' section step 5 add the api key that we have generated in step 3 step 6 add the connector token and paste in the x connector token header step 7 use this curl request to create a request in an appropriate request tool to easily modify the request data 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 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 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 this concludes the guide on creating an employee using bindbee's write apis