The User Management interface provides administrators with a comprehensive view of all platform users, including students and educators.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/pv-pushkarverma/SkillRise/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Administrators can view detailed information about all registered users, including their enrollment activity, course creation statistics, and account details.User Types
Students
Users who enroll in and take courses
Educators
Users with approved educator status who can create courses
Features
Tab Navigation
Switch between user types using the tab interface:- Students
- Educators
View all users who are enrolled as students. Displays enrollment counts and account details.
Search Functionality
Search across user names and email addresses in real-time
- User full names (case-insensitive)
- Email addresses (case-insensitive)
User Information Display
Each user entry shows the following information:Student View
| Column | Description |
|---|---|
| Student | Name with avatar (profile image or initials) |
| User’s registered email address | |
| Enrolled Courses | Number of courses the student is enrolled in |
| Joined | Account creation date |
Educator View
| Column | Description |
|---|---|
| Educator | Name with avatar (profile image or initials) |
| User’s registered email address | |
| Courses Created | Number of courses published by the educator |
| Joined | Account creation date |
API Integration
GET /api/admin/users
Fetches all users with enhanced statistics:Requires admin authentication via Bearer token in the Authorization header
Data Processing
Role Determination
The backend determines educator status by querying Clerk’s user metadata:Statistics Aggregation
User Interface Features
Avatar Display
- With Image
- Without Image
Displays the user’s profile image in a circular avatar
Responsive Design
Mobile
Shows only name, primary metric, and joined date
Desktop
Displays all columns including email addresses and full statistics
Dark Mode
Full dark mode support with:- Adjusted background colors
- Border color variations
- Text color contrast optimization