You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
As an admin I want to be able to exclude user types when fetching the user list from the admin API,
so that I can exclude bot or service users.
Proposal
Add a new query param not_user_types to GET /_synapse/admin/v2/users: user type to exclude. Can be provided multiple times. Returns only users, that do not match any of them. "empty string" should be possible to exclude users without a type.