zendesk-messaging-client
    Preparing search index...

    Type Alias UserTruncatedWritable

    type UserTruncatedWritable = {
        externalId?: string | null;
        id?: string;
        zendeskId?: string | null;
    }
    Index

    Properties

    externalId?: string | null

    An optional ID that can also be used to retrieve the user.

    id?: string

    The unique ID of the user.

    zendeskId?: string | null

    The ID that links a messaging user to its core Zendesk user counterpart. This ID can be used to fetch the core user record via the Zendesk Support API.