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.
1"lastModifiedBy": {2 "user": {3 "email": "MeganB@M365x214355.onmicrosoft.com",4 "displayName": "Megan Bowen"5 }6 },
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.