rozod
    Preparing search index...

    Variable postUsersUseridConfigurationEmailEnableConst Api Param

    postUsersUseridConfigurationEmailEnable: 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/email/enable Enables two step verification via email for the specified user. body The request body. userId The user ID.