Expiration time of skiptoken and deltatoken in delta query of contacts and users API

Egorius 41 Reputation points
2021-04-26T10:23:09.517+00:00

What is equal to the expiration time of skiptoken from the nextLink parameter and deltatoken from deltaLink parameter in users and contacts delta query API?
(https://learn.microsoft.com/en-us/graph/api/user-delta?view=graph-rest-1.0&tabs=http, https://learn.microsoft.com/en-us/graph/api/contact-delta?view=graph-rest-1.0&tabs=http)

Microsoft Security | Microsoft Graph
0 comments No comments
{count} votes

Accepted answer
  1. Danstan Onyango 3,906 Reputation points Microsoft Employee
    2021-04-27T08:58:08.87+00:00

    As far as I know, I don't think the values in the nextLink expire. Having checked pagination guide and Graph Odata support guide, skipToken just references the page and does not have other typical token behaviours like expiry. Do you have cases where skipToken has expired?

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Egorius 41 Reputation points
    2021-04-27T12:06:03.23+00:00

    Hello @Danstan !
    No, I've never had such case with skipToken, but I want to make sure that this case is impossible or how long token will be valid.
    What about deltaToken?


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.