@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

    • items: { username: Username }[]

      The matching users.