zendesk-messaging-client
    Preparing search index...

    Type Alias SyncUserData

    type SyncUserData = {
        body?: SyncUserBody;
        path: { appId: string; zendeskId: string };
        query?: never;
        url: "/v2/apps/{appId}/users/{zendeskId}/sync";
    }
    Index

    Properties

    Properties

    path: { appId: string; zendeskId: string }

    Type declaration

    • appId: string

      Identifies the app.

    • zendeskId: string

      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.

    query?: never
    url: "/v2/apps/{appId}/users/{zendeskId}/sync"