
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
- Google Oauth not working on Windows
I am building a cross-platform app that requires Google sign in. So far it works on Android, iOS and Mac, but on Windows, I keep getting this error ``` Unexpec...
- Bug Report: Error creating file with `st...
**Problem** I’m trying to create a file in Appwrite Storage using the `node-appwrite` SDK. The `InputFile` is generated from a base64 buffer, and I’m passing a ...
- Constant 100% CPU usage in appwrite
Hi, I am getting this log in my server Failed to initialize logging provider: Unable to parse DSN: scheme is required [Error] Timestamp: 2025-09-23T02:43:07+00:...
