Adding Microsoft Accounts to Azure Active Directory

时间:2016-10-20 19:45:27

标签: .net rest powershell azure azure-active-directory

Does anyone know a way in which to add Microsoft Accounts to Azure Active Directory programmatically?

Unable to find any Cmdlets in the AzureAD PowerShell module other than Work Account creation. Seems that the Graph API is the same as well.

2 个答案:

答案 0 :(得分:1)

目前仍无法以编程方式添加外部用户。如果您需要此功能,可以投票反馈使用PowerShell添加外部用户的反馈here

如果您想使用其他语言或Azure AD Graph REST,您还可以从以下链接提交反馈:

https://feedback.azure.com/

答案 1 :(得分:0)

您是否尝试过Azure Active Directory身份验证库? 这是nuget:https://www.nuget.org/packages/Microsoft.IdentityModel.Clients.ActiveDirectory/