Does anybody have any ideas of how to get the list of folders shared with a user from a group?
I can already retrieve files shared with a user from another user with:
https://{tenant}-my.sharepoint.com/_api/search/query?querytext='(SharedWithUsersOWSUSER: {account_name} AND contentclass:STS_ListItem_MySiteDocumentLibrary)'
but this end point does not show any of the files if they were shared from a group, is this possible with the REST API?
Thanks for any help in advance.