synapse/docs/admin_api
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
..
account_validity.md
delete_group.md
event_reports.md
media_admin_api.md Admin API to delete media for a specific user (#10558) 2021-08-11 19:29:59 +00:00
purge_history_api.md
purge_room.md
README.rst
register_api.md
room_membership.md
rooms.md
server_notices.md Docs: Use something other than the document name to describe a page (#10399) 2021-07-15 12:47:55 +01:00
shutdown_room.md
statistics.md
user_admin_api.md Add an admin API to check if a username is available (#10578) 2021-08-17 10:52:38 +01:00
version_api.md

Admin APIs
==========

**Note**: The latest documentation can be viewed `here <https://matrix-org.github.io/synapse>`_.
See `docs/README.md <../README.md>`_ for more information.

**Please update links to point to the website instead.** Existing files in this directory
are preserved to maintain historical links, but may be moved in the future.

This directory includes documentation for the various synapse specific admin
APIs available. Updates to the existing Admin API documentation should still
be made to these files, but any new documentation files should instead be placed under
`docs/usage/administration/admin_api <../usage/administration/admin_api>`_.