# analytics_users_details_retrieve User Details API - Comprehensive user activity details with search and filtering. Provides detailed user information including: - User contact information (email, full name) - Activity metrics (message count, last activity) - Search functionality across multiple fields - Flexible date range filtering - CSV export capability Key Features: - Full-text search across email, name, and user ID - Date range filtering for activity periods - Platform and mentor-specific filtering - Comprehensive pagination with metadata - CSV export for data analysis - User aggregation across platforms/mentors Search Capabilities: - Email address matching - Full name search - User ID lookup - Partial string matching (case-insensitive) Export Options: - JSON response (default) - CSV export (?export=csv) - Includes all user fields in export Endpoint: GET /api/analytics/users/details/ Version: 4.84.1-ai-plus Security: PlatformApiKeyAuthentication ## Query parameters: - `date_filter` (string) * today - Today only * 7d - Last 7 days * 30d - Last 30 days * 90d - Last 90 days * all_time - All time * custom - Custom date range Enum: "today", "7d", "30d", "90d", "all_time", "custom" - `end_date` (string) - `limit` (integer) - `mentor_unique_id` (string) - `page` (integer) - `platform_key` (string) - `search` (string) Search by email, full name, or user ID - `start_date` (string) ## Response 200 fields (application/json): - `email` (string, required) - `full_name` (string, required) - `messages` (integer, required) - `conversations` (integer, required) - `last_activity` (string, required) ## Response 400 fields ## Response 403 fields ## Response 500 fields