Overview
Add admin-only endpoints for listing, suspending, and managing user roles inside backend/cmmty/.
Acceptance Criteria
Contribution Folder
All files must be placed inside backend/cmmty/. Do not modify any file outside this folder.
How to Contribute
Comment on this issue to express interest, fork the repo, build inside backend/cmmty/ only, and open a PR targeting main.
Overview
Add admin-only endpoints for listing, suspending, and managing user roles inside
backend/cmmty/.Acceptance Criteria
backend/cmmty/admin-users/with module, controller, and serviceGET /cmmty/admin/users— paginated user list with email searchGET /cmmty/admin/users/:id— single user detailsPATCH /cmmty/admin/users/:id/suspendand unsuspendPATCH /cmmty/admin/users/:id/role— change role (ADMIN only)Contribution Folder
All files must be placed inside
backend/cmmty/. Do not modify any file outside this folder.How to Contribute
Comment on this issue to express interest, fork the repo, build inside
backend/cmmty/only, and open a PR targetingmain.