Get 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 message
code: Error code as described in Error codes

Language
Credentials
Header
Click Try It! to start a request and see the response here!