@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias SearchClientsForTenantResponses

    type SearchClientsForTenantResponses = {
        "200": SearchQueryResponse & { items?: { clientId?: string }[] };
    }
    Index

    Properties

    Properties

    "200": SearchQueryResponse & { items?: { clientId?: string }[] }

    The search result of users for the tenant.

    Type Declaration

    • Optionalitems?: { clientId?: string }[]

      The matching clients.