As of now only creation and modification to a User can be detected, via SaveableListener. However, when a User is deleted there is no event fired. Firing the SaveableListener is not a good idea in my opinion since the won't give an indication that the User is actually about to get deleted, the behavior is uncertain.
What is needed is something similar to ItemListener and RunListener.
- is related to
-
JENKINS-23140 Add the "ViewListener" extension point
- Open