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

    Type Alias SearchClientsForRoleData

    type SearchClientsForRoleData = {
        body?: RoleClientSearchQueryRequest;
        path: { roleId: string };
        query?: never;
        url: "/roles/{roleId}/clients/search";
    }
    Index

    Properties

    Properties

    path: { roleId: string }

    Type Declaration

    • roleId: string

      The role ID.

    query?: never
    url: "/roles/{roleId}/clients/search"