be66ed178abe
employee
Scopes: export_company_info
Path parameters
Response
OK
The id of the employee.
The company id of the employee.
The employee's language.
The employee's tobacco usage.
The employee's disabled status.
The employee's latest hiredate.
The employee's enrollment status
The last login timestamp, in UTC.
Current Compensation Type, only required for Compensation changes.
Current Compensation, only required for Compensation changes.
Current Compensation Start Date, only required for Compensation changes.
Current Compensation End Date, only relevant for Compensation changes.
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.
Hours.
Pay Cycle.
Example response
{
"latest_hire_date": "yyyy-MM-dd",
"compensation_start_date": "yyyy-MM-dd",
"compensation_end_date": "yyyy-MM-dd",
"status_effective_date": "yyyy-MM-dd",
"birth_date": "yyyy-MM-dd",
"hire_date": "yyyy-MM-dd"
}