Skip to main content
Skip table of contents

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

CODE
[
  {
   "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"
  }
]

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.