简体   繁体   中英

Setting Direct Reports in Azure Active Directory ( WAAD )

Does anyone know how I go about setting the Direct Reports of a Windows Azure Active Directory ( WAAD ) from the Azure Management Console.

I can create the accounts easily enough but there doesn't appear to be any tools to set anything other than very basic details.

Ideally I'd like to set the direct reports and manager, office and other details.

There isn't a quick tool available to do this. However, if you don't mind writing some code, you could spin up a comsole app that updates these properties using the Azure AD Graph API.

A sample .Net console app using Azure AD Graph API is here: https://github.com/AzureADSamples/ConsoleApp-GraphAPI-DotNet

Hope this helps.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM