Search code examples
microsoft-graph-apionedrive

Is there a way to get the user/email for whom a shareable link is created for with MS Graph API?


I'm trying to get the email for what a shareable link works for (the info pointed in this image):

enter image description here

I was able to retrieve the permissions list for the drive item with the List Permissions Endpoint but it doesn't have that information.


Solution

  • The grantedToIdentities property is what I was looking for. It's only available on beta at the moment.