# Helper scripts for Matrix Synapse Some useful scripts utilizing the API of Matrix Synapse in order to manage different tasks: * `ActivateUser.sh`: Activates the given user and assigns a new password. * `ChangeUserPassword.sh`: Changes the password of the given user. * `CleanupMedia.sh`: Deletes old local and remote media. * `DeactivateUser.sh`: Deactivates the given user. * `GetAccessToken.sh`: Gets the access token with curl. * `GetAllUsers.sh`: Lists all users. * `GetMatrixSynapseVersion.sh`: Gets the version of a Matrix Synapse instance. * `UpdateRoomVersion.sh`: Updates a room to the given room version.