Create an employee rehire
POST {{baseUrl}}/v1/employees/:employee_id/rehire
Rehire is created whenever an employee is scheduled to return to the company.
scope: employments:write
Request Body
{"effective_date"=>"<string>", "file_new_hire_report"=>"<boolean>", "work_location_uuid"=>"<string>", "employment_status"=>"<string>", "two_percent_shareholder"=>"<boolean>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Gusto-API-Version | string | Determines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used. | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"version":"2e930d43acbdb241f8f14a2d531fa417","employee_uuid":"da441196-43a9-4d23-ad5d-f37ce6bb99c0","active":false,"effective_date":"2024-01-01","file_new_hire_report":false,"work_location_uuid":"d2c80d44-857b-4d4d-bce4-23ae52cc863b,","two_percent_shareholder":false,"employment_status":"full_time"}