steve_alldridge
Sep 12, 2025Copper Contributor
Status:
New
Make Graph API /drive a navigation property to allow for the use of $expand
Currently the https://learn.microsoft.com/en-us/graph/api/drive-get?view=graph-rest-1.0&tabs=http /drive can only be used against a specific individual user. Therefore if you want to use Graph to obtain all OneDrive webUrls for users within your organization you need to process each one individually in a loop or use limited batch processing capabilities, which is highly inefficient.
It would be helpful if /drive could be made into a navigation property to allow for the use of $expand which would result in the ability to query all users in 1 action to obtain their OneDrive data. This would work in a similar way to how $expand works for "manager" right now.
No CommentsBe the first to comment