Graph API は、既存の Microsoft アカウントを持つユーザーや、他の Microsoft Azure AD ディレクトリ内のユーザーの作成をサポートしていますか?
1 に答える
0
No. The Graph API requires you to provide a passwordProfile when creating new users in your directory, which would not be applicable in cases like this where your user is an external user. There may be other properties that prevent you from doing this, but this is the biggest one IMO.
As you probably know, this is possible to do from the Azure Management portal. If you trace this using Fiddler you will notice there are some other API's the portal uses behind the scenes that are not part of the Graph API's.
于 2015-04-17T16:44:23.587 に答える