Skip to main content
GET
Get an employee

Authorizations

Authorization
string
header
required

Access token obtained from /oauth/token. Pass as Authorization: Bearer {token}

Path Parameters

employee_id
string
required

The unique identifier of the employee to retrieve

Example:

"2095_1338863"

Query Parameters

dailyStatus
string

When provided, returns an EmployeeDailyStatus object instead of the standard Employee object. The value is the date to resolve availability for, in DD/MM/YYYY format (e.g. 01/08/2026). Omit this parameter to retrieve the standard employee record.

Example:

"01/08/2026"

Response

Employee details, or an employee daily status object if dailyStatus was supplied.

Returns Employee when no dailyStatus parameter is provided. Returns EmployeeDailyStatus when dailyStatus is provided.

id
string

The unique identifier for the employee

Example:

"2095_1144974"

address
object
contractedHours
object[]

A list of the employee's contracted hours entries across the week

firstNames
string

The employee's first name(s)

Example:

"Jane"

lastName
string

The employee's last name

Example:

"Smith"

payRollCode
string

The payroll code associated with this employee. Empty string if not assigned.

Example:

""