be66ed178abe
employee
Partially updates an employee.<p>Scopes: update_employee</p>
Path parameters
Id of an employee to update.
Request body
External identifier for importing purposes. Auto-assigned if not provided.
External Payroll Id.
Type
Status.
The effective date of the status change, only required for status updates.
The reason recorded for the status change, only required for status updates.
Type of termination, only required when status is terminated.
First Name.
Middle Name.
Last Name.
Email Address.
Date of Birth.
Gender.
Personal Email Address.
Home Phone Number.
Mobile Phone Number.
Work Phone Number.
Marital Status.
If the employee is not terminated, the latest HireDate is returned, otherwise the employee's OriginalHireDate.
The employee's job title.
Payroll Group.
Department.
Employment location name.
Job class name.
Division name.
Hours.
Pay Cycle.
Example request
{
"status_effective_date": "yyyy-MM-dd",
"birth_date": "yyyy-MM-dd",
"hire_date": "yyyy-MM-dd"
}Response
No Content