Planner delta now showing any values in the response

Copper Contributor

Hi All,

 

I am trying with the below queries and getting response (reference)

 

https://graph.microsoft.com/beta/users/{userguid}/planner/all/delta

https://graph.microsoft.com/beta/me/planner/all/delta

 

Permissions : Tasks.Read, Tasks.ReadWrite, Group.Read.All, Group.ReadWrite.All

 

 

http call to generate access

method : post

uri : https://login.microsoft.com/tenantid/oauth2/v2.0/token

header :

"Content-Type""application/x-www-form-urlencoded"

 

body: client_id=@{appid}&scope=https%3A%2F%2Fgraph.microsoft.com%2F.default &client_secret={secret}&grant_type=password&username={useremail}&password={pwd}

 

--------------------------

 

http call output with bearer token 

 

"value": []
 
"value": []
 
I user Power automate with user access token and checked with graph explorer as well but ending up with same response.
 
Kindly suggest how to get the values.
0 Replies