I am integration onenote with my application. I am using below mentioned API to retrieve all notebooks that a user can potentially access to.
https://graph.microsoft.com/v1.0/me/onenote/notebooks?includesharednotebooks=true
I am able to retrieve all the notebooks owned by me and shared with me. The problem is in case on business account I am not able to further access the pages and sections which are inside shared notebooks. For all owned notebooks I can still access the pages and sections. How I can resolve this issue ?
This is a blocker for me. Kindly revert