Skip to content

List

List all registered users.

Overview

User list page provides:

  • Directory of all users
  • Search functionality
  • Sorting options
  • Pagination

Screenshots

list

search

URL Pattern

GET /user
GET /user?q={query}
GET /user?order_by={field}

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