Are there no ways to list 100+ users in the server sdk ? I use a while loop with a cursor for my documents. Is it not possible for users ? Thanks !
It would be so handy to get a "count" function on queries without 100 cap, like Firebase has
currently the only way is the one you mentioned, using the query to do pagination and limit of 100 https://appwrite.io/docs/server/users?sdk=nodejs-default#usersList
Recommended threads
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...
- Migrate from cloud to localhost
Hello everyone. I need to migrate my test project from cloud to localhost, however it seems that this is possible only if a self-hosted appwrite instance it's h...