← Back to docs

Employees

Browse and look up employee records

GET /api/employees

Returns the first 10 active employees.

GET /api/employees?APIKEY=your-key&APIVERSION=1.0

Response Fields

FieldTypeDescription
IDnumberEmployee ID
FullNamestringEmployee full name
InitialsstringEmployee initials
LogInNamestringLogin username

Try It

GET /api/employees/{id}

Returns a single employee by ID.

GET /api/employees/5?APIKEY=your-key&APIVERSION=1.0

Try It