C#C
C#2y ago
yonog1

Microsoft Graph without Azure admin

I want to programatically create word docs and folders for each page/section of a one note notebook respectively. I did a bit of googling and figured MS Graph is the best tool to accomplish this, but the tutorials I saw require registering an app in Azure AD and Azure admin permissions, which I don't have. I have access to the one note in question, but I'm not necessarily an admin in my organization. Is there a way to access the Graph API to get resources that are available to me or to a specific user and to then authenticate with that user's credentials?
Was this page helpful?