
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
- Unraid Deployment
Does anyone know how to point a production iOS app to an Appwrite Docker image I have on my Unraid server? I need a lot of storage, and having Appwrite on my Un...
- Can't create account in fresh self-hoste...
Clicking Sign Up shows this in the console: TypeError: undefined is not an object (evaluating 'W.validity')
- Best practices for Appwrite authenticati...
Hi Appwrite community, I’m building a React Native app and planning to use Appwrite for authentication. I have some questions about the architecture and securi...
