Retrieve a paginated list of team members (recruiters and staff). Supports filtering by active status, first name, last name, and email address.
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.
Documentation Index
Fetch the complete documentation index at: https://docs.stardex.com/llms.txt
Use this file to discover all available pages before exploring further.
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.
Filter by first name (case-insensitive partial match).
Filter by last name (case-insensitive partial match).
Filter by email address (case-insensitive exact match against the team member's auth user email).