employee
Create a new employee.<p>Scopes: update_employee</p>
Path parameters
Company Id.
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.
Social Security Number.
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 name.
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
Success
The provided employee id.
Ease generated employee id.