Is there a way to get the Modified By username/name from One Drive?
Solved
OneDriveConnector User Last Modified
Best answer by jlutherthomas
Hi @runneals
Looks like Graph API does support it: https://developer.microsoft.com/en-us/graph/graph-explorer
OneDrive > Recent files > Response Preview
I would recommend using the HTTPCaller if the OneDriveConnector doesn't support it.
"lastModifiedBy": {
"user": {
"email": "MeganB@M365x214355.onmicrosoft.com",
"displayName": "Megan Bowen"
}
},
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.