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"
}
},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.
Login to the community
No account yet? Create an account
An FME Account is required to contribute
LoginEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.




