Update an employee rehireAsk AIput https://api.gusto-demo.com/v1/employees/{employee_id}/rehireUpdate an employee's rehire. scope: employments:writePath Paramsemployee_idstringrequiredThe UUID of the employeeBody ParamsversionstringrequiredThe current version of the object. See the versioning guide for information on how to use this field.effective_datestringrequiredThe day when the employee returns to work.file_new_hire_reportbooleanrequiredThe boolean flag indicating whether Gusto will file a new hire report for the employee.truefalsework_location_uuidstringrequiredThe uuid of the employee's work location.employment_statusstringenumThe employee's employment status. Supplying an invalid option will set the employment_status to not_set.part_timefull_timepart_time_eligiblevariableseasonalnot_setAllowed:part_timefull_timepart_time_eligiblevariableseasonalnot_settwo_percent_shareholderbooleanWhether the employee is a two percent shareholder of the company. This field only applies to companies with an S-Corp entity type.truefalseHeadersX-Gusto-API-VersionstringenumDefaults to 2026-02-01Determines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used.2026-02-01Allowed:2026-02-01Responses 200Success 404Not Found The requested resource does not exist. Make sure the provided UUID is valid. 422Unprocessable Entity This may happen when the body of your request contains errors such as invalid_attribute_value, or the request fails due to an invalid_operation. See the Errors Categories guide for more details.Updated 5 months ago