v1

latestOpenAPI 3.1.02026-07-26549156879.0 KB
EmployeeUpdates > PersonalChange

Reads a single Personal change

This endpoint can be used to retrieve a list of personal changes employee updates.

get/api/2026-07-01/resources/employee_updates/personal_changes/{id}

Path parameters

idstring required

filter by personal change incidence ids.

Response

OK

idstring required

The id of the new hire incidence

statusstring required

The status of the new hire incidence

employee_idstring required

The employee id of the new hire

work_emailstring

personal email of the employee.

phone_numberstring

phone number of the employee.

identifier_typestring

type of identifier (ex passport).

identifierstring

national identifier number.

social_security_numberstring

social security number of the employee.

tax_idstring
first_namestring required

name of the employee.

last_namestring required

last name of the employee.

genderstring

gender of the employee (male | female).

date_of_birthstring

birthday of the employee.

nationalitystring

nationality country code of the employee (Spain ES, United Kingdom GB).

address_line_1string

address line 1 of the employee.

address_line_2string

address line 1 of the employee.

postal_codestring

postal code of the employee.

citystring

city of the employee.

statestring

state/province/region of the employee.

countrystring

country code of the employee (Spain ES, United Kingdom GB).

bank_numberstring

bank account number of the employee.

job_titlestring

job title of the employee.

workplace_idstring

workplace id of the employee.

Example response

{
  "id": "1",
  "status": "done",
  "employee_id": "1",
  "work_email": "ana@factorial.com",
  "identifier_type": "passport",
  "identifier": "QKG587532Y",
  "first_name": "Ana",
  "last_name": "Blanco Perez",
  "gender": "female",
  "date_of_birth": "1990-06-06",
  "nationality": "ES",
  "address_line_1": "Calle Rosalía de Castro 10, 1º 1ª",
  "address_line_2": "Calle Rosalía de Castro 10, 1º 1ª",
  "city": "Santander",
  "state": "Cataluña",
  "country": "ES",
  "bank_number": "ES6220809324751871912999",
  "job_title": "Software Engineer",
  "workplace_id": "1"
}