List users (paginated)
GET/api/admin/users/list
One page of the admin users table. Search, filters, sort, and pagination all run server-side. System administrators only; read-only (no audit-log side effect, unlike GET /api/admin/users).
Request
Responses
- 200
- 403
- 500
One page of users.
Caller is not a system admin.
Server error.