Skip to content

Commit 04ecaf4

Browse files
Copilotjasonjoh
andcommitted
Add ConsistencyLevel header to guest users count sample
Co-authored-by: jasonjoh <[email protected]>
1 parent 229ec30 commit 04ecaf4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

sample-queries/sample-queries.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,12 @@
125125
"humanName": "count the guest users in your organization",
126126
"requestUrl": "/v1.0/users/$count?$filter=userType eq 'guest'",
127127
"docLink": "https://docs.microsoft.com/en-us/graph/api/user-list?view=graph-rest-beta&tabs=http#example-6-get-only-a-count-of-users",
128+
"headers": [
129+
{
130+
"name": "ConsistencyLevel",
131+
"value": "eventual"
132+
}
133+
],
128134
"tip": "We’d like to hear from you. Please leave your feedback on this API here: https://aka.ms/UsersAPIFeedback",
129135
"skipTest": false
130136
},

0 commit comments

Comments
 (0)