azb*_*b.1 2 azure-active-directory microsoft-graph-sdks microsoft-graph-api
我正在尝试下面的请求。按分配计划属性中的 servicePlanId 过滤用户,尝试过滤“电话系统”计划。
https://graph.microsoft.com/beta/users?$filter=assignedPlans/any(x:x/servicePlanId eq 4828c8ec-dc2e-4779-b502-87ac9ce28ab7)
Run Code Online (Sandbox Code Playgroud)
并在响应正文中收到下面给出的错误消息。
"message": "Complex query on property assignedPlans is not supported.",
Run Code Online (Sandbox Code Playgroud)
MS-Graph-Explorer 链接 我如何以这种方式过滤用户?有什么方法可以使用 ms-graph-java-sdk 实现此目的吗?
| 归档时间: |
|
| 查看次数: |
1855 次 |
| 最近记录: |