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

    The Contact principal input.

    interface ContactsInputContact {
        about?: string;
        comments?: ContactsInputComment[];
        emails?: ContactsInputEmailAddress[];
        etag?: string;
        groups?: ContactsInputContactGroup[];
        imclients?: ContactsInputIMClient[];
        labels?: ContactsInputLabel[];
        languages?: ContactsInputLanguage[];
        managers?: ContactsInputManager[];
        name?: ContactsInputName;
        phones?: ContactsInputPhoneNumber[];
        photos?: readonly ContactsInputPhoto[];
        timezones?: ContactsInputTimezone[];
        variables?: ContactsInputVariable[];
    }
    Index

    Properties

    about?: string

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

    Publish NEW comment(s) for this Contact.

    The Contact's email address(es).

    etag?: string

    Unique ID of the latest version of an existing resorce.

    The Contact's associated group(s).

    imclients?: ContactsInputIMClient[]

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

    The Contact's associated label(s).

    languages?: ContactsInputLanguage[]

    A Contact's locale preference(s).

    The Contact's internal manager(s).

    The Contact's phone numbers.

    photos?: readonly ContactsInputPhoto[]

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

    timezones?: ContactsInputTimezone[]

    The Contact's timezone preference(s).

    variables?: ContactsInputVariable[]

    Arbitrary client data that is populated by clients.