Merge · Schema
Employee
Represents an employee record from a connected HRIS integration in the Merge Unified API.
IntegrationsPlatformUnified API
Properties
| Name | Type | Description |
|---|---|---|
| id | string | The unique Merge-generated identifier. |
| remote_id | string | The third-party ID of this employee. |
| employee_number | string | The employee's number in the organization. |
| first_name | string | The employee's first name. |
| last_name | string | The employee's last name. |
| display_full_name | string | The employee's full display name. |
| work_email | string | The employee's work email address. |
| personal_email | string | The employee's personal email address. |
| mobile_phone_number | string | The employee's mobile phone number. |
| date_of_birth | string | The employee's date of birth. |
| start_date | string | The date the employee started working. |
| termination_date | string | The date the employee was terminated. |
| employment_status | string | The current employment status. |
| manager | string | The Merge ID of this employee's manager. |
| company | string | The Merge ID of the employee's company. |
| team | string | The Merge ID of the employee's team. |
| pay_group | string | The Merge ID of the employee's pay group. |
| groups | array | Groups this employee belongs to. |
| remote_was_deleted | boolean | Whether the record was deleted in the third-party platform. |
| created_at | string | When the Merge record was created. |
| modified_at | string | When the Merge record was last modified. |