v1
latestOpenAPI 3.1.02026-07-243113441.2 MBEmployee Employments
Create an employee rehire
Rehire is created whenever an employee is scheduled to return to the company.
scope: employments:write
post/v1/employees/{employee_id}/rehire
Path parameters
employee_idstring required
The UUID of the employee
Headers
X-Gusto-API-Version'2026-06-15'
Determines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used.
Request body
Example request
{
"effective_date": "2023-06-30",
"work_location_uuid": "b6ae9d93-d4b8-4119-8c96-dba595dd8c30"
}Response
Created