Preview

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

customerUnifiedListByMarketplaceTenant

Cursor-paged list of unified customers in a marketplace tenant. Returned rows span every advisor in the marketplace (the warehouse marketplace_tenant column on gold.party drives the filter). Authorized for ROLE_CHANNEL_ADMIN only — the marketplace-manager (channel) persona. The marketplaceTenant argument MUST match the caller's JWT tenant claim.

This page contains

    Authorization Rules

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

    Scopes

    ROLE_CHANNEL_ADMIN

    Arguments

    marketplaceTenant ID!

    Marketplace tenant from the caller's JWT (e.g. "APPSMART").

    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 the advisor sibling).

    sourceSystem String

    Filter rows whose categories list contains the given source system. Match-any across the canonical row and every absorbed party via gold.party_aliases.

    entityType String

    Case-insensitive filter: customer entity type must match.

    search String

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

    advisorUuid ID

    Optional advisor UUID filter applied on top of marketplaceTenant; null = no filter.

    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.