GuidesAPI ReferenceChangelog
Log In
API Reference
v2023-09-01 is in the deprecation process and all prior versions have been deprecated. Click this banner to review our version upgrade guide.

Update an employee rehire

Update an employee's rehire.

scope: employments:write

Log in to see full request history
Path Params
string
required

The UUID of the employee

Body Params
string
required

The current version of the object. See the versioning guide for information on how to use this field.

string
required

The day when the employee returns to work.

boolean
required

The boolean flag indicating whether Gusto will file a new hire report for the employee.

string
required

The uuid of the employee's work location.

string

The employee's employment status. Supplying an invalid option will set the employment_status to not_set.

boolean

Whether the employee is a two percent shareholder of the company. This field only applies to companies with an S-Corp entity type.

Headers
string
Defaults to 2024-04-01

Determines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used.

Responses

Response body
object
string

The current version of the object. See the versioning guide for information on how to use this field.

string

The day when the employee returns to work.

boolean

The boolean flag indicating whether Gusto will file a new hire report for the employee.

string

The uuid of the employee's work location.

string

The employee's employment status. Supplying an invalid option will set the employment_status to not_set.

part_time full_time part_time_eligible variable seasonal not_set

boolean

Whether the employee is a two percent shareholder of the company. This field only applies to companies with an S-Corp entity type.

string

The UUID of the employee.

boolean

Whether the employee's rehire has gone into effect.

invalid_attribute_value, or the request fails due to an invalid_operation. See the Errors Categories guide for more details.

Language
Credentials