Skip to content
Fresh 2026

Onboard and offboard

How to import employee rosters, track joiners and leavers, and keep profiles current using the Merge HRIS API.


Your user signs into your app, and navigates to the screen to initialize the onboarding employees function through your integration with Merge. Merge begins syncing Employee data.

Configure Field Mappings in Merge Link (end-user) or Merge Dashboard to bring in custom fields relevant to an an end-user, if needed.

Before your user Links, use Scopes in the Dashboard to configure what information Merge and your app is able to access from a third-party platform.

Your app is able to get the data it needs with:

  • Use GET /Employees to perform an ingest of an end-user's current employees, and onboard them onto Center's platform.
  • Use endpoints like GET /Groups, GET /Locations, GET /Employments to understand additional dimensions about employees for grouping in your product, or auto-provisioning.

After your initial sync, regularly call the GET /Employees endpoint using the modified_after query parameter to track employees joining & leaving, as well as changes to existing employees to keep user tables up to date.

The fields status, start date, and termination date will all allow you to precisely track joiners and leavers.

  • With onboarding handled automatically, allow your users to access the parts of your application they drive value from.

Integrate today or talk to our sales team to learn how Merge unlocks hundreds of integrations in days - not years.

Get a demo

Unofficial documentation reference. Built for internal use.