I am using Azure Graph APIs to retrieve Information such as Mail, ProxyAddresses for User and Group. Though there are @removed Annotations to indicate the Deleted users, Is there any Annotation to specifically indicate an Update done to a User.
Is there a way to get the Updates for a User or a User in a group.
The Below are the URL that i am trying to get information on : https://graph.microsoft.com/v1.0/users/delta/?$select=id,mail,proxyaddresses
https://graph.microsoft.com/v1.0/groups/delta/?&$select=id,mailEnabled,mail,proxyAddresses,members
There is no way to identify an Update to the Mail or ProxyAddress for a Particular User in Groups or User. Group members only inidicate the user id which doesnt specify its an Addition or an Update to the User.