Skip to content

Instantly share code, notes, and snippets.

@maisarissi
Created February 8, 2023 20:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maisarissi/6fd2eddc689eeb0137f53e07ae8d0172 to your computer and use it in GitHub Desktop.
Save maisarissi/6fd2eddc689eeb0137f53e07ae8d0172 to your computer and use it in GitHub Desktop.
msgraph-dotnet-v5-rc-count
var count = await graphServiceClient
    .Users
    .Count //Where applicable to enable the use of $count
    .GetAsync(requestConfiguration =>
        requestConfiguration.Headers.Add("ConsistencyLevel","eventual"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment