Merge · Example Payload

Hris Api Employee Example

IntegrationsPlatformUnified APIAgent HandlerLLM Gateway

Hris Api Employee Example is an example object payload from Merge, with 21 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idremote_idemployee_numberfirst_namelast_namedisplay_full_namework_emailpersonal_emailmobile_phone_numberdate_of_birthstart_datetermination_dateemployment_statusmanagercompanyteampay_groupgroupsremote_was_deletedcreated_atmodified_at

Example Payload

Raw ↑
{
  "id": "17a54124-287f-494d-965e-3c5b330c9a68",
  "remote_id": "19202938",
  "employee_number": "EMP-001234",
  "first_name": "Jane",
  "last_name": "Smith",
  "display_full_name": "Jane Smith",
  "work_email": "jane.smith@example.com",
  "personal_email": "jsmith@personal.com",
  "mobile_phone_number": "+1-555-0123",
  "date_of_birth": "1990-06-15",
  "start_date": "2022-01-15T00:00:00Z",
  "termination_date": null,
  "employment_status": "ACTIVE",
  "manager": "d2f972d0-2c59-4e55-b4b5-56b93f5c9ef1",
  "company": "8d9fd929-436c-4fd4-a48b-0c61f68d6178",
  "team": "249c9faa-3045-4a31-953b-8f22d3613301",
  "pay_group": "a6b23e12-7cc3-49f4-b85a-1f2a3b4c5d6e",
  "groups": [
    "f1e2d3c4-b5a6-4789-0123-456789abcdef"
  ],
  "remote_was_deleted": false,
  "created_at": "2022-01-15T10:30:00Z",
  "modified_at": "2026-03-10T14:22:00Z"
}