rozod
    Preparing search index...

    Variable postUsersUseridChallengesSmsSendCodeConst Api Param

    postUsersUseridChallengesSmsSendCode: EndpointGeneric<
        { userId: number },
        Record<string, never>,
        { actionType: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8; challengeId: string },
    > = ...

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