-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave program
Description
Description:
Create admin endpoints for user management.
Tasks:
- Create
GET /admin/userswith pagination - Add filters: role, kyc_status, created_date
- Create
GET /admin/users/:idendpoint - Create
PATCH /admin/users/:id/roleendpoint - Create
DELETE /admin/users/:id(soft delete) - Protect all routes with admin role guard
Acceptance Criteria:
- Only admins can access endpoints
- Pagination works correctly
- Filters return accurate results
- Soft delete preserves data
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave program