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

    Type Alias SearchUsersForGroupResponses

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

    Properties

    Properties

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

    The users assigned to the group.

    Type Declaration

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

      The matching members.