We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 096a50d commit ba87c32Copy full SHA for ba87c32
packages/mgt-components/src/graph/graph.user.ts
@@ -506,7 +506,7 @@ export const findGroupMembers = async (
506
507
const graphClient: GraphRequest = graph.api(apiUrl).top(top).filter(filter);
508
509
- if (userFilters) {
+ if (userFilters || query) {
510
graphClient.header('ConsistencyLevel', 'eventual').count(true);
511
}
512
0 commit comments