Employees
Get employee
GET/v1/employees/{employee_id}
Update employee
PATCH/v1/employees/{employee_id}
List employee enrollments
GET/v1/employees/{employee_id}/enrollments
ModelsExpand Collapse
Employee { id, classification_effective_date, compensation_type, 20 more }
Employee { id, classification_effective_date, compensation_type, 20 more }
classification_effective_date: string
Date the employee’s current classification took effect
formatdate
compensation_type_effective_date: string
Date the employee’s current compensation type took effect
formatdate
deductions: array of { benefit_name, deduction_amount_in_cents, deduction_category, 4 more } Payroll deductions from the most recent statement period. Replaced when a new statement is generated.
deductions: array of { benefit_name, deduction_amount_in_cents, deduction_category, 4 more }
Payroll deductions from the most recent statement period. Replaced when a new statement is generated.
Full Time - Full Time
Part Time - Part Time
Temporary - Temporary
Intern - Intern
Seasonal - Seasonal
Individual Contractor - Individual Contractor
Full Time- Full TimePart Time- Part TimeTemporary- TemporaryIntern- InternSeasonal- SeasonalIndividual Contractor- Individual Contractor
EmployeeRetrieveResponse { data } Response containing a single employee resource.
EmployeeRetrieveResponse { data }
Response containing a single employee resource.
classification_effective_date: string
Date the employee’s current classification took effect
formatdate
compensation_type_effective_date: string
Date the employee’s current compensation type took effect
formatdate
deductions: array of { benefit_name, deduction_amount_in_cents, deduction_category, 4 more } Payroll deductions from the most recent statement period. Replaced when a new statement is generated.
deductions: array of { benefit_name, deduction_amount_in_cents, deduction_category, 4 more }
Payroll deductions from the most recent statement period. Replaced when a new statement is generated.
Full Time - Full Time
Part Time - Part Time
Temporary - Temporary
Intern - Intern
Seasonal - Seasonal
Individual Contractor - Individual Contractor
Full Time- Full TimePart Time- Part TimeTemporary- TemporaryIntern- InternSeasonal- SeasonalIndividual Contractor- Individual Contractor
EmployeeUpdateResponse { data } Response containing a single employee resource.
EmployeeUpdateResponse { data }
Response containing a single employee resource.
classification_effective_date: string
Date the employee’s current classification took effect
formatdate
compensation_type_effective_date: string
Date the employee’s current compensation type took effect
formatdate
deductions: array of { benefit_name, deduction_amount_in_cents, deduction_category, 4 more } Payroll deductions from the most recent statement period. Replaced when a new statement is generated.
deductions: array of { benefit_name, deduction_amount_in_cents, deduction_category, 4 more }
Payroll deductions from the most recent statement period. Replaced when a new statement is generated.
Full Time - Full Time
Part Time - Part Time
Temporary - Temporary
Intern - Intern
Seasonal - Seasonal
Individual Contractor - Individual Contractor
Full Time- Full TimePart Time- Part TimeTemporary- TemporaryIntern- InternSeasonal- SeasonalIndividual Contractor- Individual Contractor