Enigmatry.Entry.GraphApi 9.1.1-preview.3

This is a prerelease version of Enigmatry.Entry.GraphApi.
dotnet add package Enigmatry.Entry.GraphApi --version 9.1.1-preview.3
                    
NuGet\Install-Package Enigmatry.Entry.GraphApi -Version 9.1.1-preview.3
                    
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="Enigmatry.Entry.GraphApi" Version="9.1.1-preview.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Enigmatry.Entry.GraphApi" Version="9.1.1-preview.3" />
                    
Directory.Packages.props
<PackageReference Include="Enigmatry.Entry.GraphApi" />
                    
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 Enigmatry.Entry.GraphApi --version 9.1.1-preview.3
                    
#r "nuget: Enigmatry.Entry.GraphApi, 9.1.1-preview.3"
                    
#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.
#addin nuget:?package=Enigmatry.Entry.GraphApi&version=9.1.1-preview.3&prerelease
                    
Install Enigmatry.Entry.GraphApi as a Cake Addin
#tool nuget:?package=Enigmatry.Entry.GraphApi&version=9.1.1-preview.3&prerelease
                    
Install Enigmatry.Entry.GraphApi as a Cake Tool

Graph API Building Block

Building Block for using the Microsoft AD Graph API

Registration

You can use the AppAddGraphApi extension method on IServiceCollection to register a scoped inastance of GraphServiceClient:

 public void ConfigureServices(IServiceCollection services)
    {
        ...
        services.AppAddGraphApi(_configuration);
    }

Configuration

Example:

  "App": {
    
    "GraphApi": {
      "Enabled": true,
      "TenantId": "AZURE_AD_TENANT_ID",
      "ClientId": "APP_REGISTRATION_CLIENT_ID",
      "ClientSecret": "APP_REGISTRATION_CLIENT_SECRET",
      "PasswordPolicies": "OPTIONAL_LIST_PASSWORD_POLICIES"
    },
  • Only TenantId, ClientId and ClientSecret are used to construct the GraphServiceClient
  • Enabled can be used how you see fit, it is not used by the building block.
  • PasswordPolicies can be used to supply a list of Password policies. Used by some of the GraphServiceClient extensions.

GraphServiceClient Extensions

The Building Block also contains a number of extension methods for GraphServiceClient:

  • GetUserById
  • GetUserByIssuerAssignedId
  • GetUsers
  • GetUserPhoto
  • AddUser
  • UpdateUser
  • UpdateUserPassword
  • UpdateUserSignInEmailAddress
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
9.1.1-preview.3 105 6/4/2025
9.1.0 132 6/3/2025
9.0.1-preview.8 112 5/26/2025
9.0.1-preview.7 194 5/13/2025
9.0.1-preview.6 88 5/9/2025
9.0.1-preview.5 113 5/7/2025
9.0.1-preview.4 111 4/30/2025
9.0.1-preview.2 118 4/1/2025
9.0.0 113 2/26/2025
8.1.1-preview.3 112 5/7/2025
8.1.1-preview.1 120 4/1/2025
8.1.0 125 2/19/2025
8.0.1-preview.4 63 2/7/2025
8.0.1-preview.2 51 1/15/2025
8.0.0 114 11/27/2024
3.4.6-preview.10 59 11/27/2024
3.4.3 453 10/22/2024
3.4.2 207 10/11/2024
3.4.1 116 10/9/2024
3.4.0 110 10/9/2024
3.3.2 118 8/28/2024
3.3.2-preview.7 64 8/27/2024
3.3.1 226 7/16/2024
3.3.1-preview.4 57 7/12/2024
3.3.0 137 6/20/2024
3.2.1-preview.4 62 6/17/2024
3.2.1-preview.1 75 5/23/2024
3.2.0 3,056 4/3/2024
3.1.1-preview.1 77 3/13/2024
3.1.0 136 3/8/2024
3.1.0-preview.2 76 2/19/2024
3.0.1-preview.2 89 2/9/2024
3.0.1-preview.1 81 1/24/2024
3.0.0 1,077 1/15/2024
3.0.0-preview.14 91 1/9/2024
3.0.0-preview.12 74 1/9/2024
3.0.0-preview.5 82 1/10/2024
3.0.0-preview.2 105 12/28/2023
3.0.0-preview 141 12/20/2023
2.1.0 174 12/28/2023
2.0.1-preview.3 109 12/1/2023
2.0.1-preview.2 94 11/29/2023
2.0.1-preview.1 83 11/28/2023
2.0.0 397 11/8/2023
2.0.0-preview.3 98 10/27/2023
2.0.0-preview.2 85 10/27/2023
2.0.0-preview.1 83 10/27/2023
2.0.0-preview 141 10/27/2023
1.1.500 176 10/27/2023
1.1.495 155 9/24/2023
1.1.486 179 9/13/2023
1.1.484 177 9/7/2023
1.1.482 186 9/6/2023
1.1.480 186 8/24/2023
1.1.477 220 8/2/2023
1.1.464 202 7/5/2023
1.1.447 206 5/26/2023
1.1.396 234 4/11/2023
1.1.383 256 4/3/2023
1.1.377 250 3/13/2023
1.1.376 273 3/13/2023
1.1.365 495 2/15/2023