get https://api.zeal.com/employees
Get a specific employee's information.
This request uses the employeeID attribute to return key information about the employee contained within Employee Object.
Note: this applies to W-2 employees. For 1099 contractors, you would use the Get Contractor Information request.
Returns
attribute | type | description |
---|---|---|
success | boolean | Response status |
data | object | Retrieves Employee Object for requested employee |
errors | array | Contains a list of error objects which consists of:message : Error messagecode : Error code as described in Error codes |