Create GET /api/admin/users endpoint #35

Closed
opened 2025-11-20 22:15:17 +00:00 by KZix · 0 comments
Owner

Acceptance Criteria:

  • Return paginated list of all users
  • Admin-only endpoint
  • Include: user_id, email, nickname, status, role, created_at
  • Support filters: role, status, search (email/nickname)
  • Return 403 if not admin
  • Implement pagination (limit, offset)
**Acceptance Criteria:** - [x] Return paginated list of all users - [x] Admin-only endpoint - [x] Include: user_id, email, nickname, status, role, created_at - [x] Support filters: role, status, search (email/nickname) - [x] Return 403 if not admin - [x] Implement pagination (limit, offset)
KZix added the user-managementadminfeatureapi labels 2025-11-20 22:15:17 +00:00
KZix added this to the Bisca - API project 2025-11-20 22:15:17 +00:00
FernandoJVideira moved this to To Do in Bisca - API on 2025-12-20 21:26:58 +00:00
FernandoJVideira moved this to In Progress in Bisca - API on 2025-12-20 21:27:00 +00:00
FernandoJVideira moved this to Done in Bisca - API on 2025-12-24 16:41:03 +00:00
FernandoJVideira added reference feature/api-admin-user-endpoint 2025-12-24 16:41:13 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SyntaxSquad/DADProject#35