From 7eabe3c911b03fc7bd3b502458f5637a309b1492 Mon Sep 17 00:00:00 2001
From: clokep
This endpoint will work even if registration is disabled on the server, unlike
/_matrix/client/r0/register/available
.
The API is:
-POST /_synapse/admin/v1/username_availabile?username=$localpart
+GET /_synapse/admin/v1/username_available?username=$localpart
The request and response format is the same as the /_matrix/client/r0/register/available API.
To use it, you will need to authenticate by providing an access_token
for a
--
cgit 1.5.1