How to send delta request for users resource to obtain the latest state token #2898
Unanswered
Volodymyr (begemott)
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi
Microsoft Graph API supports "sync from now" scenario for some resources such as users. In this scenario you can request the latest state token for delta request:
GET https://graph.microsoft.com/v1.0/users/delta/?$deltaToken=latestWhat is the proper way to send such a requst using the SDK from .NET code?
All reactions