Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SynapseAdminApis.listAllUsers #183

Merged
merged 1 commit into from May 2, 2022

Conversation

Half-Shot
Copy link
Contributor

This is a convienence function to wrap a generator around the paginated endpoint "/_synapse/admin/v2/users". We find that we often iterate around this endpoint when doing audits of Synapse users, and some pagination duplication could be saved by simply having a generator do the work.

This is a bit avant-garde compared to how we usually do things, so let me know if this is suitable for this SDK.

@turt2live turt2live merged commit 718099e into turt2live:master May 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants