List¶
List all registered users.
Overview¶
User list page provides:
- Directory of all users
- Search functionality
- Sorting options
- Pagination
Screenshots


URL Pattern¶
Examples:
http://localhost:5000/user
http://localhost:5000/user?q=john
http://localhost:5000/user?order_by=created
Purpose¶
Allows users to:
- Browse all users
- Find specific users
- View user profiles
- See community size
Actions Available¶
| Action | Description |
|---|---|
| Search users | Find users |
| Sort | Change order |
| View profile | See user details |
Related Pages¶
- User Profile - View profile
- User Register - Create account