Update an employee rehire

PUT {{baseUrl}}/v1/employees/:employee_id/rehire

Update an employee's rehire.

scope: employments:write

Request Body

{"effective_date"=>"<string>", "file_new_hire_report"=>"<boolean>", "version"=>"<string>", "work_location_uuid"=>"<string>", "employment_status"=>"<string>", "two_percent_shareholder"=>"<boolean>"}

HEADERS

KeyDatatypeRequiredDescription
X-Gusto-API-VersionstringDetermines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used.
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;version&quot;:&quot;2e930d43acbdb241f8f14a2d531fa417&quot;,&quot;employee_uuid&quot;:&quot;da441196-43a9-4d23-ad5d-f37ce6bb99c0&quot;,&quot;active&quot;:false,&quot;effective_date&quot;:&quot;2024-01-01&quot;,&quot;file_new_hire_report&quot;:false,&quot;work_location_uuid&quot;:&quot;d2c80d44-857b-4d4d-bce4-23ae52cc863b,&quot;,&quot;two_percent_shareholder&quot;:false,&quot;employment_status&quot;:&quot;full_time&quot;}