@webitel/api-services
    Preparing search index...

    The Contact principal source. OUTPUT purpose only.

    interface WebitelContactsContact {
        about?: string;
        comments?: ContactsCommentList;
        createdAt?: string;
        createdBy?: WebitelContactsLookup;
        domain?: WebitelContactsLookup;
        emails?: ContactsEmailList;
        etag?: string;
        groups?: ContactsContactGroupList;
        id?: string;
        imclients?: ContactsIMClientList;
        labels?: ContactsLabelList;
        languages?: ContactsLanguageList;
        managers?: ContactsManagerList;
        mode?: string;
        name?: ContactsName;
        phones?: ContactsPhoneList;
        photos?: ContactsPhotoList;
        timezones?: ContactsTimezoneList;
        updatedAt?: string;
        updatedBy?: WebitelContactsLookup;
        user?: WebitelContactsLookup;
        variables?: ContactsVariableList;
        ver?: number;
    }
    Index

    Properties

    about?: string

    BIO. Short description about the Contact person. OPTIONAL. Multi-lined text.

    The Contact's internal comment(s).

    createdAt?: string

    READONLY. The contact's metadata.

    The Contact's email address(es).

    etag?: string

    Unique ID of the latest version of the update. This ID changes after any update to the underlying value(s).

    The Contact's associated group(s).

    id?: string

    The unique ID of the association. Never changes.

    The contact's [I]nstant[M]essaging clients.

    The Contact's associated tag(s).

    A Contact's locale preference(s).

    The Contact's internal manager(s).

    mode?: string

    [R]ecord[b]ased[A]ccess[C]ontrol mode granted.

    The Contact's name. This field is a singleton for Contact sources.

    The Contact's phone numbers.

    Output only. The Contact's photo(s).

    The Contact's timezone preference(s).

    updatedAt?: string

    Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.

    ver?: number

    READONLY. Operational attributes Version of the latest update. Numeric sequence.