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

    Type Alias SearchUsersForTenantResponses

    type SearchUsersForTenantResponses = {
        "200": SearchQueryResponse & { items?: { username?: Username }[] };
    }
    Index

    Properties

    Properties

    "200": SearchQueryResponse & { items?: { username?: Username }[] }

    The search result of users for the tenant.

    Type Declaration

    • Optionalitems?: { username?: Username }[]

      The matching users.