pub(crate) async fn admin_suspend_route(
__arg0: State<State>,
body: Args<Request>,
) -> Result<Response>Expand description
ยงPUT /_synapse/admin/v1/suspend/{user_id}
Registered unconditionally and works under MAS. Distinct from the MSC4323 client-server suspend endpoint.