Websites v4 docs v5.2.4
    Preparing search index...

    Interface UserCreateParams

    camelCase params used by Lead model and user helper register/create

    interface UserCreateParams {
        address2?: string;
        county?: string;
        email: string;
        firstName: string;
        isLandlord?: boolean;
        isLettingsApplicant?: boolean;
        isSalesApplicant?: boolean;
        isVendor?: boolean;
        lastName: string;
        optInMarketing?: boolean;
        optInTerms?: boolean;
        optInUrl?: string;
        password: string;
        passwordConfirmation: string;
        postcode?: string;
        streetAddress?: string;
        telHome?: string;
        town?: string;
    }
    Index

    Properties

    address2?: string
    county?: string
    email: string
    firstName: string
    isLandlord?: boolean
    isLettingsApplicant?: boolean
    isSalesApplicant?: boolean
    isVendor?: boolean
    lastName: string
    optInMarketing?: boolean
    optInTerms?: boolean
    optInUrl?: string
    password: string
    passwordConfirmation: string
    postcode?: string
    streetAddress?: string
    telHome?: string
    town?: string