Mobile Locker JavaScript SDK
    Preparing search index...

    Interface UserContact

    A contact from the current user's personal contact list. Mirrors the iOS GRDBUserContact Swift model's toJSON() output.

    interface UserContact {
        address: string;
        can_be_deleted: boolean;
        city: string;
        company_name: string;
        contact_type: string;
        country: string;
        created_at: string | null;
        crm_object: string;
        crm_object_id: string | null;
        crm_provider: string | null;
        designation: string;
        email: string;
        email_deliverability_status: string | null;
        external_id: string;
        first_name: string;
        greeting: string | null;
        greeting_type: string;
        id: number;
        industry: string;
        initials: string | null;
        last_contacted_at: string | null;
        last_name: string;
        lead_source: string;
        level: string;
        linkedin_url: string;
        mobile_phone: string;
        name: string;
        note: string;
        npi: string | null;
        phone: string;
        postal_code: string;
        salutation: string;
        segment: string;
        slug: string;
        source: string;
        specialty: string;
        state: string;
        status: string;
        street1: string;
        street2: string;
        suffix: string | null;
        synced_at: string | null;
        team_id: number;
        territory: string;
        tier: string;
        title: string;
        updated_at: string | null;
        user_id: number;
        uuid: string;
    }
    Index

    Properties

    address: string
    can_be_deleted: boolean
    city: string
    company_name: string
    contact_type: string
    country: string
    created_at: string | null
    crm_object: string

    CRM object type (e.g. 'Contact', 'Lead').

    crm_object_id: string | null
    crm_provider: string | null

    Connected CRM provider name (e.g. 'salesforce').

    designation: string
    email: string
    email_deliverability_status: string | null
    external_id: string
    first_name: string
    greeting: string | null
    greeting_type: string
    id: number
    industry: string
    initials: string | null
    last_contacted_at: string | null
    last_name: string
    lead_source: string
    level: string
    linkedin_url: string
    mobile_phone: string
    name: string
    note: string
    npi: string | null

    National Provider Identifier (US healthcare).

    phone: string
    postal_code: string
    salutation: string
    segment: string
    slug: string
    source: string
    specialty: string
    state: string
    status: string
    street1: string
    street2: string
    suffix: string | null
    synced_at: string | null
    team_id: number
    territory: string
    tier: string
    title: string
    updated_at: string | null
    user_id: number
    uuid: string