feat: api admin users endpoints #74

Merged
FernandoJVideira merged 1 commits from feature/api-admin-user-endpoint into develop 2025-12-24 15:54:11 +00:00
Owner

Added:

  • 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)
**Added:** - [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)
FernandoJVideira added 1 commit 2025-12-24 15:04:53 +00:00
KZix approved these changes 2025-12-24 15:10:13 +00:00
AfonsoCMSousa approved these changes 2025-12-24 15:37:53 +00:00
FernandoJVideira merged commit 79310fa63e into develop 2025-12-24 15:54:11 +00:00
Sign in to join this conversation.