A bunch of bash scripts using curl and jq to login/logout, query, filter and do stuff with matrix users and rooms over the Synapse Admin API See: https://matrix-org.github.io/synapse/latest/usage/administration/admin_api/index.html
Peery 23781ef4ec Fixed type of API request
Previously were doing DELETE requests while POST was required, duh.
filter_rooms_for_displayname.sh Utility Scripts for the Synapse Admin API
filter_rooms_for_roomname.sh Utility Scripts for the Synapse Admin API
filter_rooms_for_userid.sh Utility Scripts for the Synapse Admin API
filter_users_by_displayname.sh Utility Scripts for the Synapse Admin API
filter_users_by_userid.sh Utility Scripts for the Synapse Admin API
log_into_matrix.sh Utility Scripts for the Synapse Admin API
logout_matrix.sh Utility Scripts for the Synapse Admin API
matrix_delete_rooms_via_admin.sh Utility Scripts for the Synapse Admin API
matrix_delete_users_via_admin.sh Fixed type of API request
query_account_data.sh Utility Scripts for the Synapse Admin API