This content has been marked as final.
Show 3 replies
-
Re: Is it possible to identify when a specific custom field has been updated using Rest API
john_reynolds Sep 26, 2018 9:45 AM (in response to kranthi.chiluveru)Only the Person object is updated, so last profile update is the only date that changes. There is no individual date for only one profile data changing. You would have to load the data in a separate database and compare diffs against older versions of the user's data.
-
Re: Is it possible to identify when a specific custom field has been updated using Rest API
jgoldhammer Sep 26, 2018 10:15 AM (in response to kranthi.chiluveru)You could also use system webhooks to get notified about profile changes of users- this makes it easier to track the changes... additionally you could use extended properties (https://community.jivesoftware.com/docs/DOC-97277) to store dates or old data directly on the user object...1 person found this helpful