Skip to content

Commit d21aa12

Browse files
Copilotjasonjoh
andauthored
Add ConsistencyLevel header to count guest users sample (#1245)
* Initial plan * Add ConsistencyLevel header to guest users count sample Co-authored-by: jasonjoh <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: jasonjoh <[email protected]>
1 parent d94d6e3 commit d21aa12

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)