Get Employees Legacy

Get the employees of the specified company. (Deprecated - use getEmployees instead)

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

companyIDstringRequired
The ID of the company. This must be it's Aviato ID.

Query parameters

perPageintegerRequired>=0<=100
Number of items per page.
pageintegerRequired
Page number, starts from 0.

Response

This endpoint returns an object.
employeeslist of objects
pagesinteger
totalResultsinteger

Errors