I am writing an application which takes the profile picture of the user from O365 profile and update that in applications storage. Is there any way to get only those users which recently changed their profile picture.
Graph API is not giving this information as far as i am aware. I tried subscribing to notifications and delta queries but those are giving users who has changed their profile and unfortunately profile photo is not part of user’s profile.
Can anyone suggest some good way in which i dont need to check each user’s profile picture everytime and cehck if it is modified.
Thanks in advanced.