Microsoft.Graph.Beta 5.101.0-preview

Prefix Reserved
This is a prerelease version of Microsoft.Graph.Beta.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Microsoft.Graph.Beta --version 5.101.0-preview
                    
NuGet\Install-Package Microsoft.Graph.Beta -Version 5.101.0-preview
                    
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.Beta" Version="5.101.0-preview" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.Graph.Beta" Version="5.101.0-preview" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.Graph.Beta" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.Graph.Beta --version 5.101.0-preview
                    
#r "nuget: Microsoft.Graph.Beta, 5.101.0-preview"
                    
#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.
#:package Microsoft.Graph.Beta@5.101.0-preview
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Microsoft.Graph.Beta&version=5.101.0-preview&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.Graph.Beta&version=5.101.0-preview&prerelease
                    
Install as a Cake Tool

Build Status nuget

Microsoft Graph Beta .NET Client Library

Integrate the Microsoft Graph Beta API into your .NET project!

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

The Microsoft Graph Beta .NET Client Library 4.x targets .NetStandard 2.0 and .Net Framework 4.6.2.

The Microsoft Graph Beta .NET Client Library 5.x targets .NetStandard 2.0

Installation via NuGet

To install the client library via NuGet:

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

Using the beta client along with the v1.0 library

The Beta library is generated with the Microsoft.Graph.Beta namespace. This means that it can be used alongside the V1 package by using the Microsoft.Graph namespace while using the Microsoft.Graph.Beta namespace from the beta library.

Getting started

Please see msgraph-sdk-dotnet for information on getting started with this library.

Notes

Upgrading to v4

Between 0.x and 4.x there were some major breaking changes:

  • .NET Standard minimum version bumped from netStandard1.3 to netstandard2.0
  • .NET Framework minimum version bumped from net45 to net462
  • Replacing Newtonsoft.Json with System.Text.Json
  • Upgrading Microsoft.Graph.Core dependency to version 2.0.0

View the upgrade guide here..

Upgrading to v5

View the upgrade guide here..

Issues

To view or log issues, see issues.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Other resources

Building library locally

If you are looking to build the library locally for the purposes of contributing code or running tests, you will need to:

  • Have the .NET Core SDK (> 1.0) installed
  • Run dotnet restore from the command line in your package directory
  • Run nuget restore and msbuild from CLI or run Build from Visual Studio to restore Nuget packages and build the project

Due to long file names you may need to run git config --system core.longpaths true before cloning the repo to your system.

License

Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT license. See Third Party Notices for information on the packages referenced via NuGet.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework 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 tizen40 was computed.  tizen60 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 (18)

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

Package Downloads
Microsoft.Identity.Web.MicrosoftGraphBeta

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 Beta, and for protected web APIs that call Microsoft Graph Beta.

Microsoft.Identity.Web.GraphServiceClientBeta

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. Works specifically with MS Graph SDK v5 and above. For MS Graph SDK v4 support, please use Microsoft.Identity.Web.MicrosoftGraph.

IntuneAppBuilder

IntuneAppBuilder creates and deploys Intune packages for MSI and Win32 applications. This package exposes services that can be consumed by other dotnet applications as a package reference.

Xpand.XAF.Modules.Office.Cloud.Microsoft.Todo

This package integrates with the Office365 Todo cloud service.

Xpand.XAF.Modules.Office.Cloud.Microsoft

The `Microsoft` authenticates against Azure Active Directory and queries the MSGraph endpoints.

GitHub repositories (11)

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

Repository Stars
netwrix/pingcastle
PingCastle - Get Active Directory Security at 80% in 20% of the time
microsoft/WhatTheHack
A collection of challenge based hack-a-thons including student guide, coach guide, lecture presentations, sample/instructional code and templates. Please visit the What The Hack website at: https://aka.ms/wth
OfficeDev/Microsoft-Teams-Samples
Welcome to the Microsoft Teams samples repository. Here you will find task-focused samples in C#, JavaScript and TypeScript to help you get started with the Microsoft Teams App!
azure-ad-b2c/samples
Azure AD B2C custom policy solutions and samples.
AzureAD/microsoft-identity-web
Helps creating protected web apps and web APIs with Microsoft identity platform and Azure AD B2C
Syslifters/offsec-tools
Compiled tools for internal assessments
BotBuilderCommunity/botbuilder-community-dotnet
Part of the Bot Builder Community Project. Repository for extensions for the Bot Builder .NET SDK, including middleware, dialogs, recognizers and more.
svrooij/WinTuner
Package any app from Winget to Intune - WinTuner
microsoft/Partner-Center-PowerShell
PowerShell module for managing Partner Center resources.
nicolonsky/ModernWorkplaceConcierge
Concierge which simplifies and automates tasks in the Microsoft 365 cloud
microsoft/botframework-components
The repository for components built by Microsoft for the Azure Bot Framework.
Version Downloads Last Updated
5.130.0-preview 8,111 1/22/2026
5.129.0-preview 10,652 1/7/2026
5.128.0-preview 7,637 12/18/2025
5.127.0-preview 38,324 12/3/2025
5.126.0-preview 11,699 11/19/2025
5.125.0-preview 13,231 11/7/2025
5.124.0-preview 33,607 10/23/2025
5.123.0-preview 13,506 10/7/2025
5.122.0-preview 36,177 9/16/2025
5.121.0-preview 8,094 9/10/2025
5.120.0-preview 13,019 8/20/2025
5.119.0-preview 12,224 8/12/2025
5.118.0-preview 17,667 8/5/2025
5.117.0-preview 3,468 7/30/2025
5.116.0-preview 13,074 7/22/2025
5.115.0-preview 25,335 7/8/2025
5.114.0-preview 5,958 7/2/2025
5.113.0-preview 14,819 6/25/2025
5.112.0-preview 5,376 6/18/2025
5.111.0-preview 4,978 6/10/2025
5.110.0-preview 9,251 6/3/2025
5.109.0-preview 21,311 5/20/2025
5.108.0-preview 5,482 5/13/2025
5.107.0-preview 6,724 5/7/2025
5.106.0-preview 9,075 4/29/2025
5.105.0-preview 23,771 4/15/2025
5.104.0-preview 10,159 4/9/2025
5.103.0-preview 34,785 4/1/2025
5.102.0-preview 8,548 3/25/2025
5.101.0-preview 4,874 3/18/2025
5.100.0-preview 6,518 3/11/2025
5.99.0-preview 11,878 3/5/2025
5.98.1-preview 6,380 2/28/2025
5.98.0-preview 571 2/28/2025
5.94.0-preview 259,899 1/22/2025
5.93.0-preview 26,390 1/9/2025
5.92.0-preview 27,871 1/2/2025
5.88.0-preview 94,334 11/29/2024
5.86.0-preview 56,427 11/7/2024
5.85.0-preview 43,989 10/17/2024
5.83.0-preview 149,576 10/2/2024
5.82.1-preview 6,566 9/30/2024
5.82.0-preview 6,085 9/26/2024
5.81.0-preview 9,117 9/20/2024
5.80.0-preview 17,327 9/12/2024
5.79.0-preview 9,894 9/5/2024
5.78.1-preview 12,519 8/28/2024
5.78.0-preview 184,670 6/7/2024
5.77.0-preview 53,224 5/31/2024
5.76.0-preview 11,211 5/23/2024
5.75.0-preview 21,082 5/16/2024
5.74.0-preview 38,801 5/8/2024
5.73.0-preview 14,932 5/3/2024
5.72.0-preview 10,396 4/25/2024
5.71.0-preview 9,222 4/17/2024
5.70.0-preview 41,652 4/5/2024
5.69.0-preview 15,568 3/27/2024
5.68.0-preview 22,138 3/22/2024
5.67.0-preview 77,043 2/29/2024
5.66.0-preview 29,027 2/21/2024
5.65.0-preview 27,876 2/14/2024
5.64.0-preview 79,254 2/1/2024
5.63.0-preview 53,759 1/24/2024
5.62.0-preview 83,308 1/17/2024
5.61.0-preview 8,191 1/11/2024
5.60.0-preview 50,673 1/4/2024
5.59.0-preview 41,988 12/14/2023
5.58.0-preview 94,088 11/29/2023
5.57.0-preview 66,762 11/22/2023
5.56.0-preview 267,620 11/16/2023
5.55.0-preview 16,578 11/8/2023
5.54.0-preview 2,823 11/6/2023
5.53.0-preview 17,032 10/26/2023
5.52.0-preview 22,202 10/19/2023
5.51.0-preview 6,595 10/12/2023
5.50.0-preview 14,358 10/6/2023
5.49.0-preview 7,595 9/21/2023
5.48.0-preview 17,227 9/14/2023
5.47.0-preview 9,661 9/6/2023
5.46.0-preview 5,332 8/31/2023
5.45.0-preview 17,957 8/24/2023
5.44.0-preview 4,750 8/18/2023
5.43.0-preview 6,339 8/10/2023
5.42.0-preview 51,963 8/2/2023
5.41.0-preview 5,842 7/27/2023
5.40.0-preview 8,554 7/19/2023
5.39.0-preview 21,172 7/12/2023
5.38.0-preview 10,221 7/5/2023
5.37.0-preview 11,225 6/29/2023
5.36.0-preview 27,726 6/21/2023
5.35.0-preview 2,063 6/15/2023
5.34.0-preview 38,041 6/9/2023
5.33.0-preview 14,414 5/31/2023
5.32.0-preview 3,049 5/25/2023
5.31.0-preview 24,588 5/17/2023
5.30.0-preview 15,553 5/11/2023
5.29.0-preview 19,658 5/4/2023
5.28.0-preview 1,837 4/28/2023
5.27.0-preview 5,417 4/19/2023
5.26.0-preview 19,566 4/13/2023
5.25.0-preview 5,080 4/6/2023
5.24.0-preview 19,703 3/29/2023
5.23.0-preview 2,791 3/22/2023
5.22.0-preview 14,286 3/15/2023
5.21.0-preview 13,427 3/8/2023
5.20.0-preview 17,938 2/28/2023
5.19.0-preview 8,936 2/9/2023
5.18.0-preview 3,749 1/27/2023
5.17.0-preview 2,622 1/18/2023
5.16.0-preview 1,334 1/11/2023
5.15.0-preview 11,756 12/16/2022
5.14.0-preview 41,265 11/23/2022
5.13.0-preview 109,038 10/19/2022
5.12.0-preview 7,843 9/28/2022
5.11.0-preview 1,383 9/14/2022
5.10.0-preview 16,685 7/20/2022
5.9.0-preview 855 7/13/2022
5.8.0-preview 1,822 6/30/2022
5.7.0-preview 3,817 6/21/2022
5.6.0-preview 2,853 6/9/2022
5.5.0-preview 1,604 6/2/2022
5.4.0-preview 3,193 5/20/2022
5.3.0-preview 20,316 5/6/2022
5.2.0-preview 1,540 4/20/2022
5.1.0-preview 4,280 4/5/2022
5.0.0-preview 1,335 3/24/2022
4.74.0-preview 70,772 9/14/2023
4.73.1-preview 16,302 5/16/2023
4.73.0-preview 1,125 5/11/2023
4.72.0-preview 51,285 2/16/2023
4.71.0-preview 9,756 2/8/2023
4.70.0-preview 28,183 1/25/2023
4.69.0-preview 1,600 1/17/2023
4.68.0-preview 27,561 12/14/2022
4.67.0-preview 7,061 12/6/2022
4.66.0-preview 5,897 11/22/2022
4.65.0-preview 5,882 11/9/2022
4.64.0-preview 4,315 11/2/2022
4.63.0-preview 8,678 10/19/2022
4.62.0-preview 1,176 10/12/2022
4.61.0-preview 1,193 10/5/2022
4.60.0-preview 3,056 9/28/2022
4.59.0-preview 10,690 9/22/2022
4.58.0-preview 5,732 9/14/2022
4.57.0-preview 307,582 9/6/2022
4.56.0-preview 4,728 8/31/2022
4.55.0-preview 6,818 8/25/2022
4.54.0-preview 7,025 8/12/2022
4.53.0-preview 6,270 8/5/2022
4.52.0-preview 26,787 7/29/2022
4.51.0-preview 3,652 7/20/2022
4.50.0-preview 150,415 7/13/2022
4.49.0-preview 58,680 7/6/2022
4.48.0-preview 2,735 6/29/2022
4.47.0-preview 5,197 6/21/2022
4.46.0-preview 1,125 6/16/2022
4.45.0-preview 53,376 6/8/2022
4.44.0-preview 79,366 5/31/2022
4.43.0-preview 1,420 5/25/2022
4.42.0-preview 3,785 5/18/2022
4.41.0-preview 6,301 5/11/2022
4.40.0-preview 6,252 5/4/2022
4.39.0-preview 10,830 4/28/2022
4.38.0-preview 16,527 4/13/2022
4.37.0-preview 33,958 4/5/2022
4.36.0-preview 36,499 3/29/2022
4.35.0-preview 21,739 3/22/2022
4.34.0-preview 26,797 3/16/2022
4.33.0-preview 381,775 3/9/2022
4.32.0-preview 6,410 3/3/2022
4.31.0-preview 12,263 2/24/2022
4.30.0-preview 8,894 2/18/2022
4.29.0-preview 34,852 2/10/2022
4.28.0-preview 21,143 2/3/2022
4.27.0-preview 29,147 1/27/2022
4.26.0-preview 26,962 1/19/2022
4.25.0-preview 14,460 1/13/2022
4.24.0-preview 32,810 12/22/2021
4.23.0-preview 13,323 12/16/2021
4.22.0-preview 319,114 11/25/2021
4.21.0-preview 36,447 11/18/2021
4.20.0-preview 11,512 11/11/2021
4.19.0-preview 27,979 11/3/2021
4.18.0-preview 17,751 10/28/2021
4.17.0-preview 13,306 10/14/2021
4.16.0-preview 12,463 10/8/2021
4.15.0-preview 7,567 10/1/2021
4.14.0-preview 14,614 9/23/2021
4.13.0-preview 54,133 9/17/2021
4.12.0-preview 12,576 9/9/2021
4.11.0-preview 47,442 9/2/2021
4.10.0-preview 5,856 8/26/2021
4.9.0-preview 4,390 8/19/2021
4.8.0-preview 106,589 8/12/2021
4.7.0-preview 6,630 8/5/2021
4.6.0-preview 30,384 7/23/2021
4.5.0-preview 43,114 6/18/2021
4.4.0-preview 37,316 6/7/2021
4.3.0-preview 15,400 5/21/2021
4.2.0-preview 37,181 5/7/2021
4.1.0-preview 42,590 4/22/2021
4.0.1-preview 19,691 4/1/2021
4.0.0-preview 19,968 3/17/2021
0.49.0-preview 101,072 6/15/2021
0.48.0-preview 1,867 6/10/2021
0.47.0-preview 136,801 5/20/2021
0.46.0-preview 27,529 5/12/2021
0.45.0-preview 7,106 5/6/2021
0.44.0-preview 7,388 4/20/2021
0.43.0-preview 3,980 4/15/2021
0.42.0-preview 6,586 4/2/2021
0.41.0-preview 21,908 3/24/2021
0.40.3-preview 869 3/23/2021
0.40.2-preview 511 3/22/2021
0.40.1-preview 569 3/20/2021
0.40.0-preview 822 3/19/2021
0.39.0-preview 137,438 3/3/2021
0.38.0-preview 39,264 2/18/2021
0.37.0-preview 83,301 2/10/2021
0.36.0-preview 72,310 1/20/2021
0.35.0-preview 143,944 12/11/2020
0.34.0-preview 31,679 12/9/2020
0.33.0-preview 32,306 11/19/2020
0.32.0-preview 124,622 10/27/2020
0.31.0-preview 34,169 10/22/2020
0.30.0-preview 5,976 10/16/2020
0.29.0-preview 77,594 10/7/2020
0.28.0-preview 21,599 9/24/2020
0.27.0-preview 9,099 9/15/2020
0.26.0-preview 2,738 9/11/2020
0.25.0-preview 20,683 8/26/2020
0.24.0-preview 6,880 8/25/2020
0.23.0-preview 3,801 8/18/2020
0.22.0-preview 24,556 8/12/2020
0.21.0-preview 15,666 8/7/2020
0.20.0-preview 24,645 7/29/2020
0.19.0-preview 73,349 6/19/2020
0.18.0-preview 160,517 5/12/2020
0.17.0-preview 56,056 4/21/2020
0.16.0-preview 1,796 4/17/2020
0.15.0-preview 23,858 4/8/2020
0.14.0-preview 387,772 3/20/2020
0.13.0-preview 2,065 3/17/2020
0.12.0-preview 293,829 1/10/2020
0.11.0-preview 10,916 12/20/2019
0.10.0-preview 72,557 12/6/2019
0.9.0-preview 4,981 12/2/2019
0.8.0-preview 99,041 9/19/2019
0.7.0-preview 57,854 7/3/2019
0.6.0-preview 22,704 6/18/2019
0.5.0-preview 24,412 6/5/2019
0.4.0-preview 7,434 5/17/2019
0.3.0-preview 13,467 5/1/2019
0.2.0-preview 886 4/18/2019
0.1.0-preview 25,274 3/18/2019