Microsoft.Graph.Beta 5.62.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.62.0-preview
                    
NuGet\Install-Package Microsoft.Graph.Beta -Version 5.62.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.62.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.62.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.62.0-preview
                    
#r "nuget: Microsoft.Graph.Beta, 5.62.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.62.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.62.0-preview&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.Graph.Beta&version=5.62.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 Newtosoft.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 (10)

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

Repository Stars
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
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/WingetIntune
Package any app from Winget to Intune - WinTuner
nicolonsky/ModernWorkplaceConcierge
Concierge which simplifies and automates tasks in the Microsoft 365 cloud
microsoft/Partner-Center-PowerShell
PowerShell module for managing Partner Center resources.
microsoft/botframework-components
The repository for components built by Microsoft for the Azure Bot Framework.
microsoft/zerotrustassessment
Repository for the Zero Trust Assessment project
Version Downloads Last Updated
5.115.0-preview 2,526 7/8/2025
5.114.0-preview 2,612 7/2/2025
5.113.0-preview 4,579 6/25/2025
5.112.0-preview 3,221 6/18/2025
5.111.0-preview 3,955 6/10/2025
5.110.0-preview 3,061 6/3/2025
5.109.0-preview 8,265 5/20/2025
5.108.0-preview 3,579 5/13/2025
5.107.0-preview 4,532 5/7/2025
5.106.0-preview 5,311 4/29/2025
5.105.0-preview 10,901 4/15/2025
5.104.0-preview 6,972 4/9/2025
5.103.0-preview 7,736 4/1/2025
5.102.0-preview 7,290 3/25/2025
5.101.0-preview 3,575 3/18/2025
5.100.0-preview 5,498 3/11/2025
5.99.0-preview 8,120 3/5/2025
5.98.1-preview 3,983 2/28/2025
5.98.0-preview 361 2/28/2025
5.94.0-preview 79,156 1/22/2025
5.93.0-preview 21,098 1/9/2025
5.92.0-preview 21,975 1/2/2025
5.88.0-preview 61,816 11/29/2024
5.86.0-preview 44,621 11/7/2024
5.85.0-preview 35,053 10/17/2024
5.83.0-preview 88,004 10/2/2024
5.82.1-preview 5,603 9/30/2024
5.82.0-preview 5,918 9/26/2024
5.81.0-preview 8,637 9/20/2024
5.80.0-preview 15,210 9/12/2024
5.79.0-preview 9,710 9/5/2024
5.78.1-preview 11,128 8/28/2024
5.78.0-preview 153,805 6/7/2024
5.77.0-preview 45,608 5/31/2024
5.76.0-preview 10,460 5/23/2024
5.75.0-preview 19,661 5/16/2024
5.74.0-preview 30,404 5/8/2024
5.73.0-preview 14,803 5/3/2024
5.72.0-preview 10,285 4/25/2024
5.71.0-preview 8,701 4/17/2024
5.70.0-preview 35,746 4/5/2024
5.69.0-preview 12,852 3/27/2024
5.68.0-preview 18,970 3/22/2024
5.67.0-preview 72,633 2/29/2024
5.66.0-preview 28,139 2/21/2024
5.65.0-preview 27,222 2/14/2024
5.64.0-preview 68,038 2/1/2024
5.63.0-preview 38,897 1/24/2024
5.62.0-preview 81,442 1/17/2024
5.61.0-preview 8,027 1/11/2024
5.60.0-preview 48,519 1/4/2024
5.59.0-preview 40,439 12/14/2023
5.58.0-preview 85,765 11/29/2023
5.57.0-preview 64,025 11/22/2023
5.56.0-preview 170,350 11/16/2023
5.55.0-preview 13,319 11/8/2023
5.54.0-preview 2,761 11/6/2023
5.53.0-preview 16,335 10/26/2023
5.52.0-preview 21,622 10/19/2023
5.51.0-preview 6,500 10/12/2023
5.50.0-preview 13,845 10/6/2023
5.49.0-preview 7,513 9/21/2023
5.48.0-preview 15,360 9/14/2023
5.47.0-preview 9,239 9/6/2023
5.46.0-preview 5,230 8/31/2023
5.45.0-preview 13,920 8/24/2023
5.44.0-preview 4,650 8/18/2023
5.43.0-preview 6,117 8/10/2023
5.42.0-preview 50,888 8/2/2023
5.41.0-preview 5,616 7/27/2023
5.40.0-preview 8,454 7/19/2023
5.39.0-preview 20,777 7/12/2023
5.38.0-preview 9,987 7/5/2023
5.37.0-preview 10,729 6/29/2023
5.36.0-preview 27,378 6/21/2023
5.35.0-preview 1,912 6/15/2023
5.34.0-preview 36,144 6/9/2023
5.33.0-preview 12,185 5/31/2023
5.32.0-preview 2,950 5/25/2023
5.31.0-preview 22,086 5/17/2023
5.30.0-preview 15,432 5/11/2023
5.29.0-preview 19,246 5/4/2023
5.28.0-preview 1,740 4/28/2023
5.27.0-preview 5,319 4/19/2023
5.26.0-preview 19,474 4/13/2023
5.25.0-preview 4,969 4/6/2023
5.24.0-preview 19,548 3/29/2023
5.23.0-preview 2,702 3/22/2023
5.22.0-preview 13,376 3/15/2023
5.21.0-preview 12,808 3/8/2023
5.20.0-preview 17,791 2/28/2023
5.19.0-preview 8,287 2/9/2023
5.18.0-preview 3,627 1/27/2023
5.17.0-preview 2,519 1/18/2023
5.16.0-preview 1,229 1/11/2023
5.15.0-preview 11,049 12/16/2022
5.14.0-preview 41,046 11/23/2022
5.13.0-preview 106,789 10/19/2022
5.12.0-preview 7,621 9/28/2022
5.11.0-preview 1,269 9/14/2022
5.10.0-preview 15,863 7/20/2022
5.9.0-preview 749 7/13/2022
5.8.0-preview 1,708 6/30/2022
5.7.0-preview 3,716 6/21/2022
5.6.0-preview 2,715 6/9/2022
5.5.0-preview 1,505 6/2/2022
5.4.0-preview 3,066 5/20/2022
5.3.0-preview 19,220 5/6/2022
5.2.0-preview 1,198 4/20/2022
5.1.0-preview 4,028 4/5/2022
5.0.0-preview 1,211 3/24/2022
4.74.0-preview 56,844 9/14/2023
4.73.1-preview 15,343 5/16/2023
4.73.0-preview 875 5/11/2023
4.72.0-preview 45,175 2/16/2023
4.71.0-preview 9,644 2/8/2023
4.70.0-preview 26,086 1/25/2023
4.69.0-preview 1,479 1/17/2023
4.68.0-preview 25,581 12/14/2022
4.67.0-preview 6,921 12/6/2022
4.66.0-preview 5,768 11/22/2022
4.65.0-preview 5,732 11/9/2022
4.64.0-preview 4,157 11/2/2022
4.63.0-preview 8,563 10/19/2022
4.62.0-preview 1,081 10/12/2022
4.61.0-preview 1,111 10/5/2022
4.60.0-preview 2,899 9/28/2022
4.59.0-preview 9,869 9/22/2022
4.58.0-preview 5,390 9/14/2022
4.57.0-preview 226,544 9/6/2022
4.56.0-preview 4,603 8/31/2022
4.55.0-preview 6,655 8/25/2022
4.54.0-preview 6,879 8/12/2022
4.53.0-preview 6,165 8/5/2022
4.52.0-preview 23,952 7/29/2022
4.51.0-preview 3,544 7/20/2022
4.50.0-preview 141,178 7/13/2022
4.49.0-preview 52,322 7/6/2022
4.48.0-preview 2,465 6/29/2022
4.47.0-preview 4,938 6/21/2022
4.46.0-preview 1,025 6/16/2022
4.45.0-preview 53,233 6/8/2022
4.44.0-preview 75,122 5/31/2022
4.43.0-preview 1,304 5/25/2022
4.42.0-preview 3,546 5/18/2022
4.41.0-preview 5,896 5/11/2022
4.40.0-preview 6,135 5/4/2022
4.39.0-preview 10,681 4/28/2022
4.38.0-preview 16,331 4/13/2022
4.37.0-preview 32,852 4/5/2022
4.36.0-preview 36,336 3/29/2022
4.35.0-preview 20,353 3/22/2022
4.34.0-preview 22,404 3/16/2022
4.33.0-preview 359,244 3/9/2022
4.32.0-preview 5,828 3/3/2022
4.31.0-preview 11,418 2/24/2022
4.30.0-preview 8,676 2/18/2022
4.29.0-preview 33,278 2/10/2022
4.28.0-preview 20,697 2/3/2022
4.27.0-preview 27,583 1/27/2022
4.26.0-preview 26,791 1/19/2022
4.25.0-preview 13,454 1/13/2022
4.24.0-preview 31,425 12/22/2021
4.23.0-preview 13,203 12/16/2021
4.22.0-preview 308,791 11/25/2021
4.21.0-preview 33,664 11/18/2021
4.20.0-preview 11,292 11/11/2021
4.19.0-preview 27,727 11/3/2021
4.18.0-preview 17,575 10/28/2021
4.17.0-preview 13,078 10/14/2021
4.16.0-preview 12,338 10/8/2021
4.15.0-preview 7,254 10/1/2021
4.14.0-preview 14,263 9/23/2021
4.13.0-preview 54,031 9/17/2021
4.12.0-preview 12,275 9/9/2021
4.11.0-preview 43,266 9/2/2021
4.10.0-preview 5,689 8/26/2021
4.9.0-preview 4,141 8/19/2021
4.8.0-preview 106,421 8/12/2021
4.7.0-preview 5,762 8/5/2021
4.6.0-preview 29,884 7/23/2021
4.5.0-preview 41,147 6/18/2021
4.4.0-preview 34,935 6/7/2021
4.3.0-preview 14,749 5/21/2021
4.2.0-preview 36,235 5/7/2021
4.1.0-preview 41,173 4/22/2021
4.0.1-preview 17,341 4/1/2021
4.0.0-preview 19,229 3/17/2021
0.49.0-preview 95,106 6/15/2021
0.48.0-preview 1,739 6/10/2021
0.47.0-preview 124,205 5/20/2021
0.46.0-preview 20,371 5/12/2021
0.45.0-preview 6,743 5/6/2021
0.44.0-preview 7,187 4/20/2021
0.43.0-preview 3,802 4/15/2021
0.42.0-preview 6,027 4/2/2021
0.41.0-preview 21,749 3/24/2021
0.40.3-preview 767 3/23/2021
0.40.2-preview 410 3/22/2021
0.40.1-preview 469 3/20/2021
0.40.0-preview 680 3/19/2021
0.39.0-preview 126,384 3/3/2021
0.38.0-preview 38,792 2/18/2021
0.37.0-preview 80,400 2/10/2021
0.36.0-preview 69,793 1/20/2021
0.35.0-preview 139,365 12/11/2020
0.34.0-preview 29,756 12/9/2020
0.33.0-preview 30,853 11/19/2020
0.32.0-preview 123,424 10/27/2020
0.31.0-preview 32,856 10/22/2020
0.30.0-preview 5,798 10/16/2020
0.29.0-preview 73,810 10/7/2020
0.28.0-preview 20,069 9/24/2020
0.27.0-preview 8,889 9/15/2020
0.26.0-preview 2,604 9/11/2020
0.25.0-preview 19,828 8/26/2020
0.24.0-preview 6,764 8/25/2020
0.23.0-preview 3,651 8/18/2020
0.22.0-preview 24,068 8/12/2020
0.21.0-preview 15,524 8/7/2020
0.20.0-preview 22,881 7/29/2020
0.19.0-preview 72,582 6/19/2020
0.18.0-preview 158,390 5/12/2020
0.17.0-preview 54,520 4/21/2020
0.16.0-preview 1,685 4/17/2020
0.15.0-preview 23,487 4/8/2020
0.14.0-preview 387,269 3/20/2020
0.13.0-preview 1,950 3/17/2020
0.12.0-preview 279,517 1/10/2020
0.11.0-preview 10,775 12/20/2019
0.10.0-preview 71,844 12/6/2019
0.9.0-preview 4,799 12/2/2019
0.8.0-preview 98,300 9/19/2019
0.7.0-preview 54,653 7/3/2019
0.6.0-preview 18,968 6/18/2019
0.5.0-preview 24,300 6/5/2019
0.4.0-preview 7,069 5/17/2019
0.3.0-preview 13,334 5/1/2019
0.2.0-preview 766 4/18/2019
0.1.0-preview 23,061 3/18/2019