---
title: "Reads all New hires"
method: GET
path: "/api/2026-07-01/resources/employee_updates/new_hires"
tags: ["EmployeeUpdates > NewHire"]
---

# Reads all New hires

`GET /api/2026-07-01/resources/employee_updates/new_hires`

This endpoint can be used to retrieve a detail of new hire `employee updates`.

## Query parameters

- `ids[]` string[] — filter by new hire incidence ids.

## Response `200`

OK

- object
  - `data` EmployeeUpdatesNewHire[]
    - `id` string, required — The id of the new hire incidence
    - `status` string, required — The status of the new hire incidence
    - `employee_id` string, required — The employee id of the new hire
    - `first_name` string, required — name of the employee.
    - `last_name` string, required — last name of the employee.
    - `birth_name` string — The birth name of the new hire
    - `identifier` string — national identifier number.
    - `identifier_type` string — type of identifier (ex passport).
    - `payroll_identifier` string — payroll identifier.
    - `work_email` string — personal email of the employee.
    - `phone_number` string — phone number of the employee.
    - `gender` string — gender of the employee (male | female).
    - `job_title` string — job title of the employee.
    - `address` string, required — address of the employee.
    - `city` string — city of the employee.
    - `country` string — country code of the employee (Spain ES, United Kingdom GB).
    - `state` string — state/province/region of the employee.
    - `postal_code` string — postal code of the employee.
    - `date_of_birth` string — birthday of the employee.
    - `nationality` string — nationality country code of the employee (Spain ES, United Kingdom GB).
    - `start_date` string
    - `contract_effective_date` string
    - `contract_end_date` string
    - `bank_account` string — bank account number of the employee.
    - `salary_amount_in_cents` integer — salary amount in cents.
    - `salary_frequency` string
    - `working_hours` integer
    - `working_hours_frequency` string
    - `social_security_number` string — social security number of the employee.
    - `manager_id` string — manager id of the employee, you can get the manager id from employees endpoint.
    - `tax_id` string
    - `legal_entity_id` string — The legal entity id of the new hire
    - `workplace_id` string — workplace id of the employee.
  - `meta` PagedIndexMeta
    - `start_cursor` string
    - `end_cursor` string
    - `has_previous_page` boolean, required
    - `has_next_page` boolean, required
    - `limit` integer, required
    - `total` integer, required

---

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