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

    Type Alias SearchUsersResponses

    type SearchUsersResponses = {
        "200": SearchQueryResponse & {
            items: {
                email: string | null;
                name: string | null;
                username: Username;
            }[];
        };
    }
    Index

    Properties

    Properties

    "200": SearchQueryResponse & {
        items: { email: string | null; name: string | null; username: Username }[];
    }

    The user search result.

    Type Declaration

    • items: { email: string | null; name: string | null; username: Username }[]

      The matching users.