Office365 用户增量 API

Office365 user delta APIs

本文档介绍了如何使用用户增量 API 和获取增量令牌。 https://docs.microsoft.com/en-us/graph/delta-query-users

但是 delta token 会调用多少记录更改 returns?有没有限制? 另外,如果更改的记录数超过限制,是否会返回所有记录,或者我们在 delta 令牌调用中获取 nextLink?

您可以使用$top指定页面大小,并根据此post, the default number is 100. If the number of records exceeds the limit, a @odata.nextLink will be returned for accessing more data. You can refer to this tutorial about the paging(@odata.nextlink and $top)

更新:

与 Azure 支持团队确认,答案是 $top 参数可能不支持 delta,因为 document 中的表达式。

并且我们需要注意是否有前提。

azure 支持团队建议:如果您想了解更多这方面的信息api,您可以发送电子邮件给贡献者。