MatrixSynapse/tests/rest/admin
Will Hunt a933c2c7d8
Add an admin API to check if a username is available (#10578)
This adds a new API GET /_synapse/admin/v1/username_available?username=foo to check if a username is available. It is the counterpart to https://matrix.org/docs/spec/client_server/r0.6.0#get-matrix-client-r0-register-available, except that it works even if registration is disabled.
2021-08-17 10:52:38 +01:00
..
__init__.py
test_admin.py
test_device.py
test_event_reports.py
test_media.py
test_room.py
test_statistics.py
test_user.py
test_username_available.py Add an admin API to check if a username is available (#10578) 2021-08-17 10:52:38 +01:00