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

    Type Alias SearchRolesForGroupData

    type SearchRolesForGroupData = {
        body?: RoleSearchQueryRequest;
        path: { groupId: string };
        query?: never;
        url: "/groups/{groupId}/roles/search";
    }
    Index

    Properties

    Properties

    path: { groupId: string }

    Type Declaration

    • groupId: string

      The group ID.

    query?: never
    url: "/groups/{groupId}/roles/search"