Returns a paginated list of employees for a specific contractor.
Filter by the specified contractor ID.
Cursor for pagination
1 <= x <= 100A list of employees associated with the contractor.
Schema for paginated employees list response.
The list of items returned in the response following given criteria.
The number of items returned in the response.
The cursor for retrieving the next page of results.
Total result count (capped at 10,000). Present on first-page responses when include_count=true. null if the count query timed out.