My website: https://www.harshalkumarjain.com
Azure Graph API Tutorial: • Azure AD Graph API Tutorial C#
In this video,
Let us invite a guest user (with gmail-id) in Azure AD Tenant using Graph API in our C# code (ASP.NET Core Web API)
So basically, we have ASP.NET Core POST Web API = InviteGuestUser in UserController
We have a service - IUserManagementService & UserManagementService - which will invites the user in Azure tenant
And we have injected this IUserManagementService in UserController
So, we will call this POST API i.e. InviteGuestUser from postman/swagger, and will provide UserEmail and RedirectURL
And this graph API will invite i.e. add this guest user with provided email-id in Azure tenant
To read/invite users from/in tenant - we need - TenantId, ClientID and ClientSecret
We also need to provide - ReadAll users & InviteAll users - permission to this ClientID in our tenant
GitHub Code:
https://github.com/harshaljainnet/Gra...
---------------------------------------------------------------------------------------------------------------------------
Below is the link for all my playlists
/ @harshalkumarjain
You can reach me on LinkedIn at:
/ harshalkumar-jain-63554715
If you find this video useful - please like and subscribe to my channel
If you have something exciting for me - please contact me at
[email protected]
Join My WhatsApp Group: chat.whatsapp.com/IFIPc34blDPDHnp3JeiJHL
I really want to keep all tutorials 'free and accessible to all'
It requires efforts to create quality content, so you may also buy me a coffee - if you find my tutorials/videos useful
https://buymeacoffee.com/harshalkumar...
---------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------
Some of my playlists:
Azure Functions Tutorial: • Azure Functions Tutorial
Azure Logic Apps Tutorial: • Azure Logic Apps Tutorial
Azure API Management Tutorial - • Azure API Management Tutorial
Azure IoT Hub Tutorial C# - • Azure IoT Hub Tutorial C#
Azure Cosmos DB Tutorial C# - • Azure Cosmos DB Tutorial C#
'Azure AD Authentication (OAuth 2.0) Tutorial From Scratch' - • Azure AD Authentication (OAuth 2.0) Tutori...
Azure Networking Tutorial - • Azure Networking Tutorial For .NET Developers
------------------------------------------------------------------------------------------------------