Variable postSignupConst

postSignup: EndpointGeneric<{}, {
    accountBlob: string;
    returnUrl: string;
    starterPlaceId: number;
    userId: number;
}, {
    accountBlob: string;
    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;
    };
    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

Roblox.Authentication.Api.Models.SignupRequest