rozod
    Preparing search index...

    Variable postSignupConst Api Param

    postSignup: EndpointGeneric<
        {},
        {
            accountBlob: string;
            returnUrl: string;
            starterPlaceId: number;
            userId: number;
        },
        {
            accountBlob: string;
            accountLinkParameters: {
                LinkingPlatform: | "Xbox"
                | "Playstation"
                | "Invalid"
                | "Qq"
                | "WeChat"
                | "Facebook"
                | "RobloxDeveloper"
                | "RobloxGroupCreator"
                | "ExternalProvider"
                | "Example";
            };
            agreementIds: string[];
            assetIds: number[];
            auditSystemContent: {
                additionalAuditContent: string;
                capturedAuditContent: {
                    parameters: string;
                    translatedSourceString: string;
                    translationKey: string;
                    translationNamespace: string;
                };
            };
            birthday: string;
            bodyColorId: number;
            bodyTypeScale: number;
            captchaId: string;
            captchaProvider: string;
            captchaToken: string;
            challengeId: string;
            dataToken: string;
            displayName: string;
            email: string;
            gender: "Male"
            | "Female"
            | "Unknown";
            headScale: number;
            heightScale: number;
            identityVerificationResultToken: string;
            isTosAgreementBoxChecked: boolean;
            locale: string;
            otpSession: { otpContactType: "Email" | "Unset"; 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/v2/signup Endpoint for signing up a new user body Roblox.Authentication.Api.Models.SignupRequest