Share via

Graph ListItem Delta API does not return "lastModifiedBy" property

Kevin Zhu 0 Reputation points
2026-02-09T22:23:59.24+00:00

Graph ListItem Delta API does not return "lastModifiedBy" property

Microsoft 365 and Office | SharePoint | Development
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Teddie-D 12,845 Reputation points Microsoft External Staff Moderator
    2026-02-10T00:08:54.3466667+00:00

    Hi @Kevin Zhu

    Thank you for posting your question in the Microsoft Q&A forum. 

    The lastModifiedBy property is not returned by the ListItem Delta API, and this is expected behavior. The delta API is optimized for tracking changes, so it only includes properties that can change and are tracked by the delta token. It is not intended to provide the full set of item metadata. 

    For retrieving lastModifiedBy or other static metadata, you’ll need to query the item directly outside of the delta call. 

    You can read more at listItem: delta - Microsoft Graph v1.0 | Microsoft Learn

    I hope this helps clarify the behavior


    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.  

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.