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
- Rate limit
How do I solve "Signup Failed, Rate limit for the current endpoint has been exceeded. Please try again after some time"? I have Pro and around 2k requests per ...
- Type 'Theme' does not satisfy the constr...
Type 'Theme' does not satisfy the constraint 'Row'. Type 'Theme' is missing the following properties from type 'Row': $id, $sequence, $tableId, $databaseId, a...
- Is there any reason you cant use a manag...
So quick context I would like to host a selfhosted Appwrite instance and I personally prefer to use managed DBs when able and really like to keep my DBs on dedi...