Retrieve a paginated list of team members (recruiters and staff). Optionally filter by active status.
When to use: Call this to discover team member IDs needed for filtering in search endpoints — e.g. person_owner_ids_included, candidate_owner_ids_included, sourced_by_ids, or team_member_attribute_filters in POST /v1/persons/search.
Authenticate with a Bearer token: API key, OAuth token, or session token.
Records to skip for pagination. Defaults to 0.
x >= 0Max records per page (1–100). Defaults to 100.
1 <= x <= 100Filter by active status. true = active only, false = inactive only, omit = all.