zendesk-messaging-client
    Preparing search index...

    Type Alias UserTruncatedReadable

    type UserTruncatedReadable = {
        authenticated?: boolean;
        externalId?: string | null;
        id?: string;
        zendeskId?: string | null;
    }
    Index

    Properties

    authenticated?: boolean

    Whether or not the user has authenticated, either via JWT or via the Help Center

    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.