rozod
    Preparing search index...

    Variable postSignupConst Api Param

    postSignup: EndpointGeneric<
        {},
        {
            accountBlob: string;
            returnUrl: string;
            starterPlaceId: number;
            userId: number;
        },
        {
            accountBlob: string;
            accountLinkParameters: {
                LinkingPlatform: 0
                | 1
                | 2
                | 3
                | 4
                | 5
                | 6
                | 7
                | 8
                | 999;
            };
            agreementIds: string[];
            assetIds: number[];
            birthday: string;
            bodyColorId: number;
            bodyTypeScale: number;
            captchaId: string;
            captchaProvider: string;
            captchaToken: string;
            challengeId: string;
            dataToken: string;
            displayName: string;
            email: string;
            gender: 1
            | 2
            | 3;
            headScale: number;
            heightScale: number;
            identityVerificationResultToken: string;
            isTosAgreementBoxChecked: boolean;
            locale: string;
            otpSession: { otpContactType: 1 | 2; otpSessionToken: string };
            passkeyRegistrationResponse: string;
            passkeySessionId: string;
            password: string;
            proportionScale: number;
            referralData: {
                acquisitionReferrer: string;
                acquisitionTime: string;
                adGroup: string;
                campaign: string;
                keyword: string;
                matchType: string;
                medium: string;
                offerId: string;
                requestSessionId: string;
                sendInfo: boolean;
                source: string;
            };
            secureAuthenticationIntent: {
                clientEpochTimestamp: number;
                clientPublicKey: string;
                saiSignature: string;
                serverNonce: string;
            };
            username: string;
            widthScale: number;
        },
    > = ...

    POST https://auth.roblox.com/v1/signup Endpoint for signing up a new user body Roblox.Authentication.Api.Models.SignupRequest