How to track any user account update like mail id, phone no etc from Admin console... Do we have any log file to capture this update ? Please let me know if we can be able to track any update to user profile through Admin console.
Discussion posts and replies are publicly visible
Appian does not maintain a systematic change audit for user profiles (other than logs).
You may try creating a batch process that fetches Appian profiles and save those in the database. That, in turn, can help you audit the changes (use temporal tables if you have SQL server or use triggers for other databases)