Employees
Get employee
client.employees.retrieve(stringemployeeID, RequestOptionsoptions?): EmployeeRetrieveResponse { data }
GET/v1/employees/{employee_id}
Update employee
client.employees.update(stringemployeeID, EmployeeUpdateParams { effective_date, address, compensation_type, 5 more } body, RequestOptionsoptions?): EmployeeUpdateResponse { data }
PATCH/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, 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<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.
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<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.
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<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.
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