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
- Need help: Appwrite API stuck at 25 resu...
Hi! I need help urgently. I’m trying to export all users/documents from my Appwrite Cloud project, but the API always returns only the first 25 items. Paginati...
- Unable to login to site using appwrite ...
Hi, i made a website using appwrite google authentication and db. And it was working fine for few days. But now google login doesn't work. Its not showing any e...
- Relationship Attributes not returned in ...
REST Calls to my database do not return the values of Relationship Attributes in a document, which has caused several functionalities in my application to break...