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

    Type Alias SearchUsersForRoleResponses

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

    Properties

    Properties

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

    The users with the assigned role.

    Type Declaration

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

      The matching users.