Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello
using https://graph.microsoft.com/Sites.Selected and adding creating permission (https://learn.microsoft.com/en-us/graph/api/site-post-permissions?view=graph-rest-1.0&tabs=http).
I am able to assign only one permission either read or write. can I assign both permissions?
An API that connects multiple Microsoft services, enabling data access and automation across platforms
I believe when you add read, the app will not have write permission to site content but when you assign write, it will have read too. So no, you 'cant add both' but write grants read too.