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.
I am getting an empty list in 'value' for a folder that is read-only for me. What does that mean?
Here are the steps I followed to access that folder:
GET /drives/{drive-id}/items/{item-id}/permissions **api.{
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#users('{user-id}')/drives({drive-id}')/items('{item-id}')/permissions",
"value": []
}