我可以使用AzureAD Graph列出我租户中的所有B2C用户,如下所示:
https://graph.windows.net/ {{tenantId}} / users /?api-version = 1.6& $ filter = creationType eq'LocalAccount'
但是这不适用于http://graph.microsoft.com.
我在the graph user object中没有看到B2C的字段。我确实看到我可以使用$filter=userType eq 'Guest'
过滤B2B(访客)用户,就像我在azure图中一样。
截至3/17,我看到了MSFT recommends using the old Azure AD graph。此特定功能是Microsoft Graph中尚不存在的功能。
答案 0 :(得分:1)
目前,you must use Azure AD Graph API用于管理Azure AD B2C租户中的用户,因为Microsoft Graph不支持Azure AD B2C使用的一些用户属性(包括canada_geometry
属性)