Employees
Get employee
client.employees.retrieve(stringemployeeID, RequestOptionsoptions?): EmployeeRetrieveResponse { data }
GET/v1/employees/{employee_id}
List employee enrollments
client.employees.listEnrollments(stringemployeeID, EmployeeListEnrollmentsParams { limit, page } query?, RequestOptionsoptions?): PageNumberPage<Enrollment { id, answered_at, benefit, 10 more } >
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<Deduction>Payroll deductions from the most recent statement period. Replaced when a new statement is generated.
deductions: Array<Deduction>
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<Deduction>Payroll deductions from the most recent statement period. Replaced when a new statement is generated.
deductions: Array<Deduction>
Payroll deductions from the most recent statement period. Replaced when a new statement is generated.