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
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...
- Selfhosted Github App installation
I've followed this guide: https://appwrite.io/docs/advanced/self-hosting/configuration/version-control to connect GitHub to my self-hosted Appwrite instance (1....
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...