User profile update author

wp_get_current_user used inside your hook callback should tell you who is making the edit.

$editing_user = wp_get_current_user();

Without code, that is all I’ve got.