Skip to main content

admin_register_route

Function admin_register_route 

Source
pub(crate) async fn admin_register_route(
    __arg0: State<State>,
    __arg1: ClientIp,
    body: Args<Request>,
) -> Result<Response>
Expand description

§POST /_synapse/admin/v1/register

Out-of-band account creation authenticated by HMAC over the homeserver’s registration shared secret. Bypasses UIAA. Mirrors Synapse’s endpoint of the same name.