Skip to content
Get started

Employees

List employees
client.employers.employees.list(stringemployerID, EmployeeListParams { active_in, employee_class, limit, page } query?, RequestOptionsoptions?): EmployeeListResponse { id, active, created_at, 7 more }
get/v1/employers/{employer_id}/employees
Create employee
client.employers.employees.create(stringemployerID, EmployeeCreateParams { date_of_birth, email, first_name, 9 more } body, RequestOptionsoptions?): Employee { id, active, created_at, 7 more }
post/v1/employers/{employer_id}/employees
ModelsExpand Collapse
EmployeeClass = "Full Time" | "Part Time" | "Temporary" | 3 more
  • Full Time - Full Time
  • Part Time - Part Time
  • Temporary - Temporary
  • Intern - Intern
  • Seasonal - Seasonal
  • Individual Contractor - Individual Contractor
Accepts one of the following:
"Full Time"
"Part Time"
"Temporary"
"Intern"
"Seasonal"
"Individual Contractor"