-
Notifications
You must be signed in to change notification settings - Fork 23
Admin: Get All Users (Paginated) #52
Copy link
Copy link
Open
Labels
GrantFox OSSIssue tracked in GrantFox OSSIssue tracked in GrantFox OSSMaybe RewardedIssue may be eligible for a GrantFox rewardIssue may be eligible for a GrantFox rewardOfficial CampaignCampaign: Official CampaignCampaign: Official Campaign
Metadata
Metadata
Assignees
Labels
GrantFox OSSIssue tracked in GrantFox OSSIssue tracked in GrantFox OSSMaybe RewardedIssue may be eligible for a GrantFox rewardIssue may be eligible for a GrantFox rewardOfficial CampaignCampaign: Official CampaignCampaign: Official Campaign
Type
Fields
Give feedbackNo fields configured for issues without a type.
Description:
Allow admins to retrieve a paginated list of all users.
Tasks:
GET /api/admin/userspage,limit,search(by name/email),role,kycStatus{ data, total, page, totalPages }Acceptance Criteria:
Admin can paginate and filter users; non-admins receive
403.