Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save BrianTJackett/220153a7e120068e6fccb27f3b9f0b3a to your computer and use it in GitHub Desktop.
Save BrianTJackett/220153a7e120068e6fccb27f3b9f0b3a to your computer and use it in GitHub Desktop.
var graphResult = graphClient.Users.Request().GetAsync().Result;
Console.WriteLine(graphResult[0].DisplayName);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment