pub(crate) async fn admin_username_available_route(
__arg0: State<State>,
body: Args<Request>,
) -> Result<Response>Expand description
ยงGET /_synapse/admin/v1/username_available
Never returns available: false; an unavailable username is always an
error, mirroring the client-server /register/available endpoint.