Get Employee by User ID

Retrieve a single employee’s full details — personal info, engagements, bank, and tax — by their user ID.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

userIdstringRequired
User ID of the employee

Headers

vnd.a1.tenant-idstringOptional

Tenant identifier for multi-tenant environments

Response

Successful Response
idinteger
Internal employee ID
userUuidstring
remoteIdinteger
remoteSourcestring
isLockedboolean
Whether the employee account is locked
personalDetailsobject
engagementlist of objects
bankobject
tax_informationobject
Tax and payroll information for the active engagement
lastSyncStatusobject

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

employeeStatusinteger
Numeric employee status code
employeeStateenum
externalEmployeeNumberstring

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

Errors

404
Not Found Error