rozod
    Preparing search index...

    Variable postUsersUseridConfigurationEmailDisableConst Api Param

    postUsersUseridConfigurationEmailDisable: EndpointGeneric<
        { userId: number },
        Record<string, never>,
        { password: string; reauthenticationToken: string },
    > = ...

    POST https://twostepverification.roblox.com/v1/users/:userId/configuration/email/disable Disables two step verification via email for the specified user. body The Roblox.TwoStepVerification.Api.DisableTwoStepVerificationRequest. userId The user ID.