Files.Read.All
.Sites.ReadWrite.All
, Files.ReadWrite.All
, Sites.Read.All
.Parameter | Description |
---|---|
Entity ID | User, group or site ID depending on the chosen Entity Type. |
Entity Type | The type of target for which to retrieve available drives. |
{
"@odata.context": "<string>",
"value": [
{
"createdDateTime": "2017-07-27T02:41:36Z",
"description": "",
"id": "b!-RIj2DuyvEyV1T4NlOaMHk8XkS_I8MdFlUCq1BlcjgmhRfAj3-Z8RY2VpuvV_tpd",
"lastModifiedDateTime": "2018-03-27T07:34:38Z",
"name": "OneDrive",
"webUrl": "https://m365x214355-my.sharepoint.com/personal/meganb_m365x214355_onmicrosoft_com/Documents",
"driveType": "business",
"createdBy": {
"user": {
"displayName": "System Account"
}
},
"lastModifiedBy": {
"user": {
"displayName": "Megan Bowen"
}
},
"owner": {
"group": {
"email": "<string>",
"id": "<string>",
"displayName": "<string>"
}
},
"quota": {
"deleted": 0,
"remaining": 1099291766677,
"state": "normal",
"total": 1099511627776,
"used": 219861099
}
}
]
}
Was this page helpful?