v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBEmployeeUpdates > NewHire
Reads a single New hire
This endpoint can be used to retrieve a detail of new hire employee updates.
get/api/2026-07-01/resources/employee_updates/new_hires/{id}
Path parameters
idstring required
filter by new hire incidence ids.
Response
OK
Example response
{
"id": "1",
"status": "done",
"employee_id": "1",
"first_name": "Ana",
"last_name": "Blanco Perez",
"birth_name": "John Doe",
"identifier": "QKG587532Y",
"identifier_type": "passport",
"work_email": "ana@factorial.com",
"gender": "female",
"job_title": "Software Engineer",
"address": "Calle Rosalía de Castro 10, 1º 1ª",
"city": "Santander",
"country": "ES",
"state": "Cataluña",
"date_of_birth": "1990-06-06",
"nationality": "ES",
"bank_account": "ES6220809324751871912999",
"salary_amount_in_cents": 200000,
"manager_id": "1",
"legal_entity_id": "1",
"workplace_id": "1"
}