How to create a new user in Azure AD using the Native App C # XAML?

How to create a new user in Azure AD using the Native App C # XAML?

I am reading this link, but I am not using the code. Does anyone here have sample C # code using the Windows Store dev. https://msdn.microsoft.com/Library/Azure/Ad/Graph/api/users-operations#BasicoperationsonusersCreateusers

+4
source share
1 answer

You can use the Azure Active Directory Graph Client Library for this .

First, you need to configure the application in Azure AD and grant application permissions for the Azure AD schedule.

Active Directory Authentication Library (ADAL) Azure AD Client Client Library Azure AD .

, , , http://rickrainey.com/2015/02/21/introducing-the-azure-ad-graph-api/

+4

All Articles