
hello i need to get all users register on my app, but when use api give me 25 only and i can't load more as you see.
how i can get all users ?!!

??

@Moderator

Yes, by default you get 25 documents

You can use Query.limit(25)
And set the 25 to a higher number to get more elements

Use cursor
, if you have a lot of documents in a loop.

That's it. You should not get everything at once

I need to loop to all users email to send emails.

Yes, that would be the right way.

Recommended threads
- I am facing this error: type 'Null' is ...
When attempting to fetch areas from the area collection, the application throws an error: "type 'Null' is not a subtype of type 'int.'" This issue originates in...
- Adding Domain to Sites [Self Hosted]
I am struggling to get this working. I stood-up a new server and deployed appwrite 1.7.4. I added update .env file _APP_DOMAIN=appwrite.mydomain.com _APP_DOMAI...
- Cloud DB
Hey guys, my entire database has gone missing. Project id 665ae18f002aac268b73
