
Hi all,
Can someone provide an example of setting a query limit and using paging or a cursor when retrieving the user list in python?

It's the same as any of hte other SDKs, but replace the methods with python equivalents (snake case rather than camel case)

@Steven So where do I specify the query limit when making a call like this in python:
users = Users(client) result = users.list()

Don't you have some intellisense to tell you what the parameters for the function are?

Or you can look at the source code: https://github.com/appwrite/sdk-for-python/blob/a7e47e4a7ecba11d039b0b4f40c7bc12e661b4ed/appwrite/services/users.py#L9

Also, our docs should list the params in the same order: https://appwrite.io/docs/references/cloud/server-python/users#list
Recommended threads
- Self hosted cant login when behind rever...
Hello, I have setup appwrite behind nginx proxy manager, with the help of this link I found in the forum: https://medium.com/@stnguyen90/how-to-run-appwrite-be...
- Sites and SSL
Hi! I'm trying to configure Appsite sites, and I'm using Cloudflare for SSL. After I generate the SSL certificate (It generates fine it seems), I go and load t...
- Error Getting Github token on 1.7.4
I set up GitHub integration on Selfhost using version 1.7, and it was working correctly since then. After upgrading to version 1.7.4 with the same configuration...
