I am using MSGraph endpoints to access Onenote notebooks. Just wanted to understand what is rate limit per user . Secondly does this rate limit depends upon how you register your application with Microsoft application registration portal.
0
votes
1 Answers
0
votes
From the blog post below:
https://blogs.msdn.microsoft.com/onenotedev/2016/01/12/onenote-api-throttling-and-how-to-avoid-it/
...if you're running into throttling (429's) during development, you can simply change your user or your app (this does require giving permissions again) and keep coding/testing against the API.
As for the public limits of the OneNote API, they aren't public unfortunately. If you're running into them in a valid scenario, do contact us.