Retrieve multiple user profiles by ID in a single request, up to 100 at a time
Documentation Index
Fetch the complete documentation index at: https://docs.xquik.com/llms.txt
Use this file to discover all available pages before exploring further.
402 insufficient_credits.profileRows or profile_rows and missingIds
or missing_ids with the original ID list so retries only request missing
profiles.
GET /x/users/batch when a CRM, warehouse, enrichment, lead scoring, or
agent workflow already has numeric X user IDs and needs profile details in one
JSON response. Use Get User when you have one ID
or username to resolve.
Store requested_ids, user_id, username, display_name, profile metrics,
verification state, profile_image_url, has_next_page, and next_cursor.
Join returned users by user_id instead of relying on response order. Send at
most 100 IDs per request. Batch requests always return has_next_page: false
and next_cursor: ""; zero affordable results return
402 insufficient_credits.