rozod
    Preparing search index...

    Variable postUsersUseridChallengesEmailSendCodeConst Api Param

    postUsersUseridChallengesEmailSendCode: EndpointGeneric<
        { userId: number },
        Record<string, never>,
        {
            actionType:
                | "Unknown"
                | "Login"
                | "RobuxSpend"
                | "ItemTrade"
                | "Resale"
                | "PasswordReset"
                | "RevertAccount"
                | "Generic"
                | "GenericWithRecoveryCodes";
            challengeId: string;
        },
    > = ...

    POST https://twostepverification.roblox.com/v1/users/:userId/challenges/email/send-code Sends a two step verification challenge code via email. body The request body.Roblox.TwoStepVerification.Api.SendCodeRequest. userId The user ID.