Contractors
List Contractor Employees
Returns a paginated list of employees for a specific contractor.
GET
Authorizations
Path Parameters
Filter by the specified contractor ID.
Query Parameters
Cursor for pagination
Page number for offset-based pagination (only used if cursor is not provided)
Required range:
x >= 1
Number of items per page
Required range:
1 <= x <= 100
Response
200
application/json
A list of employees associated with the contractor.
Schema for paginated employees list response using offset-based pagination.
Schema for paginated employees list response using offset-based pagination.
Schema for cursor-paginated employees list response.