Preview

customerUnifiedListByAdvisorId is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

customerUnifiedListByAdvisorId

Cursor-paged list of unified customers for the advisor (searchable and sortable).

This page contains

    Authorization Rules

    This request requires authorization with at least one of the following scopes:

    Scopes

    ROLE_RESELLER

    ROLE_CHANNEL_ADMIN

    Arguments

    advisorId ID!

    Advisor (tenant) whose customers are listed.

    first Int

    Maximum rows to return.

    after String

    Opaque cursor from a previous response; omit for the first page.

    sort String

    Sort specification, e.g. name,asc. Default: name,asc. Unrecognized field names fall back to name,asc silently (same behavior as review queue sort).

    sourceSystem String

    Filter rows whose categories list contains the given source system. After the unified-customer-mapping merge graph landed, this matches if any party absorbed by the canonical (or the canonical itself) reports this source system — not only the canonical row's source system.

    entityType String

    Case-insensitive filter: customer entity type must match.

    search String

    Substring search on name, email, source system, or source id.

    Return Fields

    CustomerUnifiedListConnection! PREVIEW

    Async wrapper for the unified customer directory warehouse query.

    Interactive example

    This is an example query. Use the embedded interactive tool below to edit the query.

    Hint: use Ctrl + Space for autocompleting fields.