I am unable to fetch all users from my Appwrite Cloud project.
My project has around 3700 users, but the API always returns only 25 users even though I created a new API Key with all scopes enabled (Select All).
- /users?limit=100 → returns only 25 users
- /users?offset=100 → still returns the same 25
- cursorAfter() and queries[] also return only 25
- No "total" field in the response
- Error logs show: "User (role: guests) missing scopes ['users.read']"
even though the API key definitely has users.read and all other scopes enabled.
It looks like the API key is stuck at guest permission level internally.
Please refresh/repair the scope assignment for my project or regenerate a valid admin-level system key. I urgently need full user export.
Recommended threads
- general_route_not_found - Auth Guide
If you’ve just added a subdomain to your project, verified your DNS records, and confirmed your SSL certificate is working, but you're still hitting a `general_...
- Impossible to get USER after createEmail...
Am using provider to deal with functions linked to appwrite. Here is my login. Future<String?> login(String email, String password) async { try { aw...
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...