Open
Description
Related to microsoftgraph/msgraph-sdk-python#242
Paging should use the entire nextlink as it is opaque and thus the sdk does not contain the deltaToken
or skipToken
parameters.
Therefore, the example at https://learn.microsoft.com/en-us/graph/delta-query-users?tabs=python#nextlink-request should look like somethin close to this.
result = await graph_client.users.delta.with.url('https://graph.microsoft.com/v1.0/users/delta?$skiptoken=oEBwdSP6uehIAxQOWq_3Ksh_TLol6KIm3stvdc6hGhZRi1hQ7Spe__dpvm3U4zReE4CYXC2zOtaKdi7KHlUtC2CbRiBIUwOxPKLa').get(request_configuration = request_configuration)