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

    Type Alias SearchUsersForGroupResponses

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

    Properties

    Properties

    "200": SearchQueryResponse & { items?: TenantUserResult[] }

    The users assigned to the group.

    Type Declaration