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_1144974"

Response

Employee details

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:

""