Searches and filters users using complex conditional logic. This endpoint accepts a structured JSON payload, allowing you to combine target audience lists, tags, date ranges, and statuses to isolate specific user segments for advanced reporting or automated workflows.
Request
Body Params application/json
Examples
// Query users by email and registration date range{"attributes":[{"email":"peter.chan7@gmail.com","created_on_after":"2026-01-01T00:00:00Z","created_on_before":"2026-06-30T23:59:59Z"}]}