Errors trying to create ToDo using delegated users access Token

Saravana 1 Reputation point
2020-11-16T10:31:14.127+00:00

Hi Team,

When we create TODO using microsoft graph API we are not able to create new TODO using delegated user's access token. But we are able to create TODO page using individual users credentials for the same. Please do the needful to create new TODO page using delegated user's access token.

Thanks in advance.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,508 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Deva-MSFT 2,256 Reputation points Microsoft Employee
    2020-11-19T20:26:30.317+00:00
    • Please validate the token, its permissions/scopes etc
    • Can you please test the same against some other tenant/mailbox that you have to see if it works? Because you can see the error that its point the "mailbox info is stale"
    • Try testing in MS Graph explorer or POSTMAN (so that you can isolate the issue outside of your code)

  2. Divyangna Choudhary 1 Reputation point Microsoft Employee
    2021-02-19T09:45:23.223+00:00

    Hi @Saravana , the use case you are trying need app permissions without which even if you are within same tenant, read-write operations on someone else's mailbox is not allowed.

    We don't support App permissions as of today in Graph todo.

    Thanks for your patience. Hoping to bring this support in near future.

    Regards
    Divyangna

    0 comments No comments