Get Employee
Retrieve a single employee by their user UUID.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Headers
vnd.a1.tenant-id
Tenant identifier for multi-tenant environments
Query parameters
userUuid
UUID of the employee's user account.
include
Comma-separated field paths to include in the response (e.g. personalDetails.nameFirst,engagement.job.payRate).
Response
Successful Response
id
Internal employee ID
userUuid
remoteId
remoteSource
isLocked
Whether the employee account is locked
personalDetails
engagement
bank
tax_information
Tax and payroll information for the active engagement
lastSyncStatus
Sync status per category (e.g. JOB, TAX, BANK, EMPLOYEE)
employeeStatus
Numeric employee status code
employeeState
externalEmployeeNumber
External employee number from integration (e.g. PaySpace)
Errors
400
Bad Request Error
404
Not Found Error
