Create an employeeAsk AIpost https://sandbox.checkhq.com/employeesCreates an employee.Body Paramsfirst_namestringEmployee's first namemiddle_namestringEmployee's middle name, if availablelast_namestringrequiredEmployee's last nameemailstringEmployee's email addressdobdateEmployee's date of birth. Until dob is added, it will show up as a blocking employee onboard step.residenceobjectEmployee residence used for calculating state income taxes. Until residence is added, it will show up as a blocking employee onboard step. You may not unset residence once it is set.residence objectcompanystringrequiredID of employee's companystart_datedateMost recent start date of employment. Until start date is added, it will show up as a blocking employee onboard step.termination_datedateMost recent date of employment termination. Will be set to null if a more recent start date is set.default_net_pay_splitstringID of employee's net pay splitworkplacesarray of stringsrequiredIDs of workplaces where the employee works. Optionally, an empty list can be passed in and workplaces can be added after employee creation. Until the workplaces are added, this will show up as a blocking step in the onboarding status.workplaces*ADD stringprimary_workplacestringThe Workplace ID of the employee's primary workplace.ssnstringEmployee's TIN (usually their Social Security Number). Must be unique across all employees in a company. Only the last four digits of an SSN will be made available in ssn_last_four after being set.payment_method_preferencestringEither "direct_deposit" or "manual", default nullactivebooleanDefaults to trueIndicates whether the employee is currently employed. Used only for filtering.truefalsew2_electronic_consent_providedbooleanDefaults to falseIndicates whether the employee has opted into electronic delivery of W2 PDF.truefalsemetadatajsonAdditional loosely structured information to associate with the employeeResponse 201201Updated 6 months ago