Employees
Get employee
GET/v1/employees/{employee_id}
List employee enrollments
GET/v1/employees/{employee_id}/enrollments
ModelsExpand Collapse
Employee { id, created_at, date_of_birth, 15 more }
Employee { id, created_at, date_of_birth, 15 more }
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.
EmployeeRetrieveResponse { data } Response containing a single employee resource.
EmployeeRetrieveResponse { data }
Response containing a single employee resource.
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.