rozod
    Preparing search index...

    Variable postUsersUseridConfigurationSmsEnableConst Api Param

    postUsersUseridConfigurationSmsEnable: EndpointGeneric<
        { userId: number },
        Record<string, never>,
        {
            password: string;
            secureAuthenticationIntent: {
                clientEpochTimestamp: number;
                clientPublicKey: string;
                saiSignature: string;
                serverNonce: string;
            };
        },
    > = ...

    POST https://twostepverification.roblox.com/v1/users/:userId/configuration/sms/enable Enables two step verification via SMS for the specified user. body The request body.Roblox.TwoStepVerification.Api.EnableTwoStepVerificationRequest. userId The user ID.