Retrieve an employee

Retrieves an employee object.

Authentication

AuthorizationBearer
Authorization header using the Bearer scheme

Path parameters

employee_idstringRequiredformat: "ee_.+"

Response

OK
first_namestring
First name of the employee. It can include the middle name
last_namestring
Last name of the employee
date_of_birthdate
Date of birth of the employee
sex_at_birthenum
The sex assigned to the employee at birth
national_tax_idstring

PPSN in Ireland, NINo in the UK, DNI/NIE in Spain

phone_numberstring

Phone number in E.164 international format (e.g. +447700900999)

emailstring
Email address of the employee
platform_idstringOptionalformat: "pt_.+"
Unique identifier for the platform
idstringOptionalformat: "ee_.+"
Unique identifier for the employee
employer_idstringOptionalformat: "er_.+"
Unique identifier for the employer
statusenumOptional
Current status of the employee
external_customer_idstring or nullOptional

A unique identifier assigned by the Employer of Record (EoR) platform to the Customer (i.e. the company using the EoR service) for which the employee is employed. This ID groups employees under this Customer, enabling the aggregation of contribution reporting and other values per Customer rather than per legal entity. This parameter is only available to EoR platforms.

home_addressobjectOptional
Location where the employee is legally registered to live
nationalityenumOptional

Nationality of the employee (e.g. IE for Ireland, GB for United Kingdom, ES for Spain)

start_ondateOptional
Employment start date
earliest_benefits_start_datedate or nullOptional

The earliest date this employee can be enrolled in any benefits. Before this date, the employee remains in a Pending state and is excluded from benefit activation. Ignored for statutory schemes where immediate coverage is legally required. Example: Local Netherlands and UAE schemes.

offboard_ondatetime or nullOptional
Date when the employee was or will be offboarded
bank_accountobjectOptional
Bank account details
metadatamap from strings to strings or nullOptional

Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Maximum 25 keys. Individual keys can be up to 40 characters and values up to 500 characters.

objectstringOptionalRead-only
The object type

Errors

400
Bad Request Error
404
Not Found Error