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-idstringOptional

Tenant identifier for multi-tenant environments

Query parameters

userUuidstringRequiredformat: "uuid"
UUID of the employee's user account.
includestringOptional

Comma-separated field paths to include in the response (e.g. personalDetails.nameFirst,engagement.job.payRate).

Response

Successful Response
idintegerOptional
Internal employee ID
userUuidstringOptional
remoteIdintegerOptional
remoteSourcestringOptional
isLockedbooleanOptional
Whether the employee account is locked
personalDetailsobjectOptional
engagementlist of objectsOptional
bankobjectOptional
tax_informationobjectOptional
Tax and payroll information for the active engagement
lastSyncStatusobjectOptional

Sync status per category (e.g. JOB, TAX, BANK, EMPLOYEE)

employeeStatusintegerOptional
Numeric employee status code
employeeStateenumOptional
externalEmployeeNumberstringOptional

External employee number from integration (e.g. PaySpace)

Errors

400
Bad Request Error
404
Not Found Error