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
- Courtesy limit reset for non-profit migr...
Hi Team! I'm the architect for a 501(c)(3) non-profit project (Aaria's Blue Elephant) and we just hit our Free plan Database Read limit (currently at 164%). Th...
- Does 1.9.0 Self Hosted have MongoDB Atla...
I have been playing with the new 1.9.0 update and I am really excited for the MongoDB support. I wanted to ask though if at the current time Appwrite supports b...
- {"code": 1008, "message": "Invalid Origi...
Nothing has changed in my application or console settings so I'm curious as to what I need to do to fix this. I already have the client registered so I'm not en...