-
-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Labels
Description
Description
The GET /admin/users endpoint currently uses a default limit of 100 users for both listProjectUsers() and listAllUsers() calls. With more than 100 users, results will be silently truncated.
Suggested Enhancement
- Accept
limitandoffsetquery parameters - Return pagination metadata (total count, current page, etc.)
- Consider auto-pagination to fetch all pages if no limit is specified
Files Affected
src/Handlers/Admin/UsersHandler.phpsrc/Services/ZitadelService.php(methods already support limit/offset)
Priority
Low - current limit of 100 is sufficient for the expected user base.
Identified by CodeRabbit code review.
Reactions are currently unavailable