当我使用$expand
查询用户时:
https://graph.windows.net/{tenantId}/users?$expand=memberOf&api-version=1.6
我收到以下错误:
{
"odata.error": {
"code": "Request_UnsupportedQuery",
"message": {
"lang": "en",
"value": "$expand of back links is not supported for mega tenants."
},
"requestId": "2cafcaca-a59e-45ed-9217-9bb44a143f5b",
"date": "2019-05-01T08:59:55"
}
}
有人可以解释这个mega tenant
是什么吗?
答案 0 :(得分:1)
Mega-Tenant通常会指Azure范围内的B2C / MSA租户。不幸的是,上述大型租户目前不支持反向链接。
如果您对此功能感兴趣,请将其发布到位于https://feedback.azure.com/forums/34192--general-feedback
的Azure反馈中如果有很高的兴趣,产品团队将进行调查。