Microsoft Graph API - 用户增量查询挑战

发布于 2025-01-10 23:16:34 字数 753 浏览 0 评论 0原文

用户增量 - https://graph.microsoft.com/v1.0/users/delta

  1. 问题:即使没有经理更新,是否可以在每次通话期间将经理作为用户增量的一部分 观察

    a) $select=accountEnabled、ageGroup、经理、姓氏、usageLocation、userPrincipalName、 用户类型

    b) 更喜欢:不使用 return=minimal,而是使用 return=minimal 返回 $select 中除 manager 之外的所有属性
    c) 当前用户增量查询仅在更新时才返回管理器

  2. 问题:由于用户增量中对 $filter 的支持有限(仅适用于 id 以及 50 个对象),是否有任何其他方式 将过滤器传递给 delta 以检索中使用的过滤器的更新 (https:// graph.microsoft.com/v1.0/users?$filter=endswith(mail,'@org.com')

User Delta - https://graph.microsoft.com/v1.0/users/delta

  1. Question: Is it possible to get manager as part of user delta during every call even if there is no manager update
    Observations:

    a) $select=accountEnabled,ageGroup,manager,surname,usageLocation,userPrincipalName,
    userType

    b) Prefer: return=minimal is NOT used and it is
    returning all attributes mentioned in $select other than manager
    c) Currently User delta query returns manager only if it is update

  2. Question: As there is limited support for $filter in user delta (only for id and that too with 50 objects), is there any other way
    to pass filter to delta to retreive updates for the filter used in
    (https://graph.microsoft.com/v1.0/users?$filter=endswith(mail,'@org.com')

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

耳钉梦 2025-01-17 23:16:34

至于第一个问题,我可以看到它对我有用,如果请求标头未设置为 Prefer:return=minimal,它还会返回管理器值事件
结果查询

至于第二个问题我认为过滤器只支持ID,这个功能目前不可用,如果您希望有此功能,您可以提出功能请求 - https://techcommunity.microsoft.com/t5/microsoft- 365-developer-platform/idb-p/Microsoft365DeveloperPlatform

As for the first question I can see it is working for me it is also returning the manager values event if request header is not set to Prefer: return=minimal
Result query

As for the second question i think as of filter only supports only for ID ,This feature is currently not available , if you want this feature to be there , you can raise a feature request - https://techcommunity.microsoft.com/t5/microsoft-365-developer-platform/idb-p/Microsoft365DeveloperPlatform .

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文