How to track user changes

Hi all,

How can we track / sync user’s data whenever he changes something (like ofr example he updated his email address). Is there a hook, rule or any other way we can achieve this ?

Regards,
Adrien Schaegis

A user can only change their email address at the identity provider itself.

In the case of a standard database connection, any changes would be made from your application to the manangement API on the user’s behalf, in which case you should track those changes there.

A user can only change their email address at the identity provider itself.

Ok, how can we track this kind of change?