---
title: "Get an employee rehire"
method: GET
path: "/v1/employees/{employee_id}/rehire"
tags: ["Employee Employments"]
---

# Get an employee rehire

`GET /v1/employees/{employee_id}/rehire`

Retrieve an employee's rehire, which contains information on when the employee returns to work.

scope: `employments:read`

## Path parameters

- `employee_id` string, required

## Headers

- `X-Gusto-API-Version` '2026-06-15'

## Response `200`

Success

- Rehire
  - `version` string — The current version of the object. See the [versioning guide](https://docs.gusto.com/embedded-payroll/docs/versioning#object-layer) for information on how to use this field.
  - `effective_date` string — The day when the employee returns to work.
  - `file_new_hire_report` boolean — The boolean flag indicating whether Gusto will file a new hire report for the employee.
  - `work_location_uuid` string — The uuid of the employee's work location.
  - `employment_status` 'part_time' | 'full_time' | 'part_time_eligible' | 'variable' | 'seasonal' | 'not_set' — The employee's employment status. Supplying an invalid option will set the employment_status to *not_set*.
  - `two_percent_shareholder` boolean — Whether the employee is a two percent shareholder of the company. This field only applies to companies with an S-Corp entity type.
  - `employee_uuid` string — The UUID of the employee.
  - `active` boolean — Whether the employee's rehire has gone into effect.

## Other responses

- `204` — No Content
- `404` — Not Found The requested resource does not exist. Make sure the provided UUID is valid.

---

[API](https://skmtc.net/gusto/apis/gusto-api.md) · [All operations](https://skmtc.net/gusto/apis/gusto-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gusto/gusto-api/revisions/826dfa57fb3b/schema)
