Microsoft.Graph 1.6.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.Graph --version 1.6.0
NuGet\Install-Package Microsoft.Graph -Version 1.6.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.Graph" Version="1.6.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.Graph --version 1.6.0
#r "nuget: Microsoft.Graph, 1.6.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Microsoft.Graph as a Cake Addin
#addin nuget:?package=Microsoft.Graph&version=1.6.0

// Install Microsoft.Graph as a Cake Tool
#tool nuget:?package=Microsoft.Graph&version=1.6.0

Microsoft Graph .NET Client Library

Build status NuGet Version

Integrate the Microsoft Graph API into your .NET project!

The Microsoft Graph .NET Client Library targets .NetStandard 1.1 and .Net Framework 4.5.

Installation via NuGet

To install the client library via NuGet:

  • Search for Microsoft.Graph in the NuGet Library, or
  • Type Install-Package Microsoft.Graph into the Package Manager Console.

Getting started

1. Register your application

Register your application to use Microsoft Graph API using one of the following supported authentication portals:

2. Authenticate for the Microsoft Graph service

The Microsoft Graph .NET Client Library does not include any default authentication implementations. Instead, the user will want to authenticate with the library of their choice, or against the OAuth endpoint directly, and built-in DelegateAuthenticationProvider class to authenticate each request. For more information on DelegateAuthenticationProvider, see the library overview

The recommended library for authenticating against AAD is ADAL.

For an example of authenticating a UWP app using the V2 Authentication Endpoint, see the Microsoft Graph UWP Connect Library.

3. Create a Microsoft Graph client object with an authentication provider

An instance of the GraphServiceClient class handles building requests, sending them to Microsoft Graph API, and processing the responses. To create a new instance of this class, you need to provide an instance of IAuthenticationProvider which can authenticate requests to Microsoft Graph.

For more information on initializing a client instance, see the library overview

4. Make requests to the graph

Once you have completed authentication and have a GraphServiceClient, you can begin to make calls to the service. The requests in the SDK follow the format of the Microsoft Graph API's RESTful syntax.

For example, to retrieve a user's default drive:

var drive = await graphClient.Me.Drive.Request().GetAsync();

GetAsync will return a Drive object on success and throw a ServiceException on error.

To get the current user's root folder of their default drive:

var rootItem = await graphClient.Me.Drive.Root.Request().GetAsync();

GetAsync will return a DriveItem object on success and throw a ServiceException on error.

For a general overview of how the SDK is designed, see overview.

The following sample applications are also available:

Documentation and resources

Notes

Install NewtonSoft.Json first if you want to use a version greater than NewtonSoft.Json 6.0.1. For example, you'll need to install NewtonSoft.Json 9.0.1 first if you want to use this to library while targeting .Net Core with standard1.0.

Install System.Runtime.InteropServices.RuntimeInformation before you install Microsoft.Graph >=1.3 if you are having an issue updating the package for a Xamarin solution. You may need to updated references to Microsoft.NETCore.UniversalWindowsPlatform to >=5.2.2 as well.

Issues

To view or log issues, see issues.

Other resources

License

Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT license

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.1 is compatible.  netstandard1.2 was computed.  netstandard1.3 was computed.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Phone wpa81 was computed. 
Windows Store netcore was computed.  netcore45 was computed.  netcore451 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (180)

Showing the top 5 NuGet packages that depend on Microsoft.Graph:

Package Downloads
Microsoft.Identity.Web.MicrosoftGraph The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

This package enables ASP.NET Core web apps and web APIs to use the Microsoft identity platform (formerly Azure AD v2.0). This package is specifically used for web applications, which sign-in users and call Microsoft Graph, and for protected web APIs that call Microsoft Graph.

GSF.Security

Library of core security framework for implementing role-based security with integrated Active Directory, local account and database style authentication across various .NET application types.

PnP.Framework

PnP Framework contains the PnP Provisioning engine and a ton of extension methods that will make you more productive while developing for Microsoft 365.

SharePointPnPCoreOnline

Retired - please use PnP Framework (https://github.com/pnp/pnpframework) going forward. Core CSOM extension methods for SharePoint Online add-in model development. This will increase productivity of the developers by abstracting complex operations.

GSF.Web

Library of ASP.NET web forms extensions, embedded resource hosting and HTTP Module for implementing role-based security.

GitHub repositories (49)

Showing the top 5 popular GitHub repositories that depend on Microsoft.Graph:

Repository Stars
microsoft/semantic-kernel
Integrate cutting-edge LLM technology quickly and easily into your apps
unoplatform/uno
Build Mobile, Desktop and WebAssembly apps with C# and XAML. Today. Open source and professionally supported.
lukencode/FluentEmail
All in one email sender for .NET. Supports popular senders (SendGrid, MailGun, etc) and Razor templates.
microsoft/onefuzz
A self-hosted Fuzzing-As-A-Service platform
phongnguyend/Practical.CleanArchitecture
Full-stack .Net 8 Clean Architecture (Microservices, Modular Monolith, Monolith), Blazor, Angular 17, React 18, Vue 3, BFF with YARP, Domain-Driven Design, CQRS, SOLID, Asp.Net Core Identity Custom Storage, OpenID Connect, Entity Framework Core, Selenium, SignalR, Hosted Services, Health Checks, Rate Limiting, Cloud Services (Azure, AWS, Google)...
Version Downloads Last updated
5.48.0 34,604 4/9/2024
5.47.0 25,047 4/5/2024
5.46.0 65,823 3/27/2024
5.45.0 52,203 3/22/2024
5.44.0 327,899 2/28/2024
5.43.0 143,504 2/21/2024
5.42.0 127,472 2/14/2024
5.41.0 281,819 2/1/2024
5.40.0 221,566 1/24/2024
5.39.0 181,400 1/17/2024
5.38.0 316,477 1/4/2024
5.37.0 263,871 12/14/2023
5.36.0 482,736 11/22/2023
5.35.0 193,963 11/16/2023
5.34.0 178,141 11/8/2023
5.33.0 144,982 11/3/2023
5.32.0 189,553 10/26/2023
5.31.0 180,911 10/19/2023
5.30.0 121,801 10/12/2023
5.29.0 100,751 10/6/2023
5.28.0 320,319 9/21/2023
5.27.0 135,878 9/14/2023
5.26.0 150,004 9/6/2023
5.25.0 134,101 8/31/2023
5.24.0 219,220 8/24/2023
5.23.0 106,058 8/18/2023
5.22.0 237,593 8/10/2023
5.21.0 187,777 8/2/2023
5.20.0 98,437 7/27/2023
5.19.0 162,994 7/19/2023
5.18.0 165,614 7/12/2023
5.17.0 187,912 7/5/2023
5.16.0 136,077 6/29/2023
5.15.0 215,293 6/21/2023
5.14.0 153,031 6/15/2023
5.13.0 194,120 6/9/2023
5.12.0 476,700 5/25/2023
5.11.0 199,244 5/17/2023
5.10.0 180,237 5/11/2023
5.9.0 134,214 5/4/2023
5.8.0 117,224 4/28/2023
5.7.0 156,115 4/20/2023
5.6.0 185,448 4/13/2023
5.5.0 343,709 4/6/2023
5.4.0 161,587 3/29/2023
5.3.0 183,318 3/22/2023
5.2.0 169,216 3/15/2023
5.1.0 128,207 3/8/2023
5.0.0 170,449 2/28/2023
5.0.0-rc.5 8,110 2/9/2023
5.0.0-rc.4 3,217 1/27/2023
5.0.0-rc.3 2,185 1/18/2023
5.0.0-rc.2 1,222 1/11/2023
5.0.0-rc.1 4,506 12/16/2022
5.0.0-preview.14 63,943 11/23/2022
5.0.0-preview.13 34,706 10/19/2022
5.0.0-preview.12 3,092 9/28/2022
5.0.0-preview.11 1,508 9/14/2022
5.0.0-preview.10 60,112 7/20/2022
5.0.0-preview.9 2,241 7/13/2022
5.0.0-preview.8 20,021 6/21/2022
5.0.0-preview.7 942 6/9/2022
5.0.0-preview.6 596 6/2/2022
5.0.0-preview.5 4,695 5/20/2022
5.0.0-preview.4 4,417 5/6/2022
5.0.0-preview.3 3,267 4/20/2022
5.0.0-preview.2 909 4/5/2022
5.0.0-preview.1 1,251 3/24/2022
4.54.0 2,489,038 2/16/2023
4.53.0 739,329 2/8/2023
4.52.0 869,800 1/25/2023
4.51.0 742,819 1/17/2023
4.50.0 487,835 1/5/2023
4.49.0 738,535 12/15/2022
4.48.0 1,064,413 11/23/2022
4.47.0 911,303 11/9/2022
4.46.0 546,614 11/2/2022
4.45.0 856,062 10/19/2022
4.44.0 318,630 10/12/2022
4.43.0 264,943 10/5/2022
4.42.0 445,928 9/28/2022
4.41.0 376,676 9/22/2022
4.40.0 360,111 9/14/2022
4.39.0 1,295,041 9/6/2022
4.38.0 317,237 8/31/2022
4.37.0 350,527 8/25/2022
4.36.0 849,189 8/12/2022
4.35.0 763,473 7/21/2022
4.34.0 3,200,527 7/6/2022
4.33.0 537,292 6/29/2022
4.32.0 384,098 6/21/2022
4.31.0 193,724 6/16/2022
4.30.0 358,167 6/8/2022
4.29.0 1,043,249 5/18/2022
4.28.0 399,949 5/11/2022
4.27.0 279,282 5/4/2022
4.26.0 114,377 4/29/2022
4.25.0 811,759 4/13/2022
4.24.0 307,327 4/5/2022
4.23.0 134,771 3/30/2022
4.22.0 359,295 3/22/2022
4.21.0 307,079 3/16/2022
4.20.0 207,187 3/9/2022
4.19.0 507,547 2/24/2022
4.18.0 534,347 2/10/2022
4.17.0 935,448 1/27/2022
4.16.0 278,505 1/19/2022
4.15.0 347,009 1/13/2022
4.14.0 837,779 1/5/2022
4.13.0 498,710 12/22/2021
4.12.0 246,880 12/15/2021
4.11.0 2,095,132 11/25/2021
4.10.0 589,433 11/11/2021
4.9.0 515,348 11/3/2021
4.8.0 151,950 10/28/2021
4.7.0 590,918 10/14/2021
4.6.0 1,134,808 9/23/2021
4.5.0 576,273 9/9/2021
4.4.0 258,828 9/2/2021
4.3.0 297,864 8/19/2021
4.2.0 492,306 8/12/2021
4.1.0 154,249 8/5/2021
4.0.0 478,023 7/23/2021
4.0.0-preview.7 15,185 6/18/2021
4.0.0-preview.6 14,386 6/7/2021
4.0.0-preview.5 7,692 5/21/2021
4.0.0-preview.4 14,682 5/7/2021
4.0.0-preview.3 9,299 4/22/2021
4.0.0-preview.2 10,921 4/1/2021
4.0.0-preview.1 22,107 3/17/2021
3.35.0 3,913,118 6/15/2021
3.34.0 284,156 6/10/2021
3.33.0 2,049,793 5/20/2021
3.32.0 372,495 5/12/2021
3.31.0 213,157 5/7/2021
3.30.0 686,395 4/20/2021
3.29.0 552,618 4/2/2021
3.28.0 258,953 3/25/2021
3.27.0 876,661 3/10/2021
3.26.0 303,374 3/4/2021
3.25.0 423,631 2/18/2021
3.24.0 433,853 2/10/2021
3.23.0 481,130 1/29/2021
3.22.0 480,422 1/20/2021
3.21.0 1,175,256 12/8/2020
3.20.0 1,050,513 11/19/2020
3.19.0 1,157,312 10/27/2020
3.18.0 526,489 10/14/2020
3.17.0 210,714 10/10/2020
3.16.0 226,226 10/7/2020
3.15.0 548,780 9/24/2020
3.14.0 211,886 9/15/2020
3.13.0 131,272 9/10/2020
3.12.0 807,449 8/26/2020
3.11.0 15,674 8/25/2020
3.10.0 142,926 8/18/2020
3.9.0 608,376 7/28/2020
3.8.0 1,096,854 6/16/2020
3.7.0 183,736 6/9/2020
3.6.0 635,004 5/21/2020
3.5.0 321,782 5/12/2020
3.4.0 211,352 5/1/2020
3.3.0 374,378 4/14/2020
3.2.0 119,412 4/7/2020
3.1.0 205,716 4/1/2020
3.0.1 351,182 3/18/2020
1.21.0 6,997,551 12/11/2019
1.20.0 679,906 11/6/2019
1.19.0 148,509 10/29/2019
1.18.0 286,058 10/15/2019
1.17.0 802,384 8/15/2019
1.16.0 664,944 7/2/2019
1.15.0 1,179,272 5/1/2019
1.14.0 1,325,539 3/25/2019
1.14.0-preview 21,196 2/25/2019
1.13.0-preview 27,052 12/18/2018
1.12.0 1,327,388 10/31/2018
1.11.0 300,836 9/19/2018
1.10.0 399,423 7/6/2018
1.9.0 1,486,281 5/3/2018
1.8.1 215,098 3/26/2018
1.7.0 188,224 12/14/2017
1.6.2 155,276 10/6/2017
1.6.1 2,902 10/5/2017
1.6.0 11,605 9/26/2017
1.5.1 72,394 8/24/2017
1.5.0 47,524 8/8/2017
1.4.0 245,649 6/12/2017
1.3.0 181,334 5/10/2017
1.2.1 101,451 2/13/2017
1.2.0 119,684 11/8/2016
1.1.1 114,330 9/27/2016
1.0.1 199,941 4/21/2016
1.0.0 10,789 3/30/2016
0.2.8-rc 11,013 6/24/2015

September 2017 Release Summary (version 1.6.0)

     New features for 1.6.0
     * Added columns, contentTypes, items, and lists to the site type.
     * Added the columnDefinition, columnLink, contentType, fieldValueSet, list and listitem types.
     * Added the scoredEmailAddress, phone, website, and personType types.
     * Added the booleanColumn, calculatedColumn, choiceColumn, currencyColumn, dateTimeColumn, systemFacet,
       defaultColumnValue, lookupColumn, numberColumn, personOrGroupColumn, textColumn, and contentTypeOrder types.
     * Added the person type. It is accessible from the user type.
     * Added the listInfo, contentTypeInfo, and folderView types.
     * Added the list and listItem properties to the sharedDriveItem type
     * Added the audioBitePerSample, audioChannels, audioFormat, audioSamplesPerSecond, fourCC, and frameRate properties to the Video type.
     * Added a Search function to driveItems.