I am new to Microsoft Graph Change Notifications. By exploring relevant questions I came to know that when a user is deleted it is a "soft delete" and hence a ChangeType: "Updated" is sent in the graph notification. However, what I don't understand is how do I differentiate whether that notification is for a deleted user or lets say for example a user's name change. I receive notification in both cases but I want to only process for the soft-deletion.
Asked
Active
Viewed 168 times
0
-
This is a known issue as mentioned in the document: https://learn.microsoft.com/en-us/graph/known-issues#change-notifications – Mehtab Siddique Oct 10 '22 at 03:07