API

Employee

This resource allows you to fetch the Employee list.

You can search for any existing Employee using filters as defined here.

Pagination is supported for this resource. Click here to see the details of it.

 

GET

👉🏿

End Point: /employees

Sample response payload

[
  {
   "employeeid": "string",
   "firstname": "string",
   "middlename": "string",
   "lastname": "string",
   "emailid": "string",
   "phonenumber": "string",
   "faxnumber": "string",
   "departmentid": "string",
   "managerid": "string",
   "managerfullname": "string",
   "positions": "string",
   "sitename": "string",
   "ssn": "string",
   "securitygroupid": "string",
   "securitylevel": "string",
   "defaultid": "string",
   "profitcenterid": "string",
   "language": "string",
   "isresourcealso": false,
   "employeeactive": true,
   "dateformat": "mmddyyyy",
   "dateseparator": "/",
   "timeformat": "12 Hour"
  }
]