Ignores a specific row based on the model_id in the url. These records will have their properties set to null, and will not be updated in future syncs. The “reason” and “message” fields in the request body will be stored for audit purposes.
Authentication
AuthorizationBearer
Token-based authentication with required prefix “Bearer”
teamstring or nullOptionalformat: "uuid"Deprecated
The employee's team.
hire_datedatetime or nullOptionalDeprecated
The date that the employee was hired, usually the day that an offer letter is signed. If an employee has multiple hire dates from previous employments, this represents the most recent hire date. Note: If you’re looking for the employee’s start date, refer to the start_date field.
Additional POST parameters
employmentsobjectRequired
On top of normalized Common Models, Merge also supports Passthrough Requests for this platform's API
Supported POST model parameters
employee_numberstring or nullRequired
The employee’s number that appears in the third-party integration’s UI.
last_namestring or nullRequired
The employee's last name.
remote_idstring or nullOptional
The third-party API ID of the matching object.
first_namestring or nullOptional
The employee's first name.
display_full_namestring or nullOptional
The employee's full name, to use for display purposes. If a preferred first name is available, the full name will include the preferred first name.
usernamestring or nullOptional
The employee's username that appears in the remote UI.
work_emailstring or nullOptionalformat: "email"<=254 characters
The employee's work email.
personal_emailstring or nullOptionalformat: "email"<=254 characters
The employee's personal email.
mobile_phone_numberstring or nullOptional
The employee's mobile phone number.
employmentslist of stringsOptional
Array of Employment IDs for this Employee.
home_locationstring or nullOptionalformat: "uuid"
The employee's home address.
genderenum or nullOptional
The employee’s gender.
MALE - MALE
FEMALE - FEMALE
NON-BINARY - NON-BINARY
OTHER - OTHER
PREFER_NOT_TO_DISCLOSE - PREFER_NOT_TO_DISCLOSE
Allowed values:
date_of_birthdatetime or nullOptional
The employee's date of birth.
On top of normalized Common Models, Merge also supports Passthrough Requests for this platform's API
Supported POST model parameters
first_namestring or nullRequired
The employee's first name.
last_namestring or nullRequired
The employee's last name.
personal_emailstring or nullRequiredformat: "email"<=254 characters
The employee's personal email.
start_datedatetime or nullRequired
The date that the employee started working. If an employee was rehired, the most recent start date will be returned.
remote_idstring or nullOptional
The third-party API ID of the matching object.
employee_numberstring or nullOptional
The employee’s number that appears in the third-party integration’s UI.
companystring or nullOptionalformat: "uuid"
The ID of the employee's company.
display_full_namestring or nullOptional
The employee's full name, to use for display purposes. If a preferred first name is available, the full name will include the preferred first name.
work_emailstring or nullOptionalformat: "email"<=254 characters