Websites v4 docs v5.2.4
    Preparing search index...
    interface UserData {
        address: {
            address_2: string | null;
            county: string | null;
            house_name: string | null;
            house_number: string | number | null;
            postcode: string | null;
            street_address: string | null;
            town: string | null;
        };
        agency_id: number
        | null;
        avatar_url: string | null;
        branch_id: number | null;
        do_not_contact: boolean;
        domain: string | null;
        email: string;
        employee_subdomain: string | null;
        first_name: string | null;
        id: number;
        is_landlord_at: string | null;
        is_lettings_applicant_at: string | null;
        is_sales_applicant_at: string | null;
        is_vendor_at: string | null;
        last_name: string | null;
        marketing_preferences: MarketingPreferences;
        permissions: any[];
        portal_id: number | null;
        roles: any[];
        saved_properties: { lettings: any[]; sales: any[] };
        saved_searches: any[];
        tel_home: string | null;
        tel_mobile: string | null;
        terms_agreed_at: string;
        terms_version_agreed: number;
        type: string;
    }
    Index

    Properties

    address: {
        address_2: string | null;
        county: string | null;
        house_name: string | null;
        house_number: string | number | null;
        postcode: string | null;
        street_address: string | null;
        town: string | null;
    }
    agency_id: number | null
    avatar_url: string | null
    branch_id: number | null
    do_not_contact: boolean
    domain: string | null
    email: string
    employee_subdomain: string | null
    first_name: string | null
    id: number
    is_landlord_at: string | null
    is_lettings_applicant_at: string | null
    is_sales_applicant_at: string | null
    is_vendor_at: string | null
    last_name: string | null
    marketing_preferences: MarketingPreferences
    permissions: any[]
    portal_id: number | null
    roles: any[]
    saved_properties: { lettings: any[]; sales: any[] }
    saved_searches: any[]
    tel_home: string | null
    tel_mobile: string | null
    terms_agreed_at: string
    terms_version_agreed: number
    type: string