get https://api.zeal.com/employees
Return information for all employees under a company
Create a request using the companyID attribute to return key summarized information for all employees under the indicated employer.
Returns
Returns response status and a list of Employee Object(s)
attribute | type | description |
---|---|---|
success | boolean | Response status |
data | object | Responds with a list of Employee Object(s) for requested company |
errors | array | Contains a list of error objects which consists of:message : Error messagecode : Error code as described in Error codes |