> On 24. Jul 2019, at 15:48, selva vignesh <
selvavi...@gmail.com> wrote:
>
> I want to do some action when user is add or delete.
This makes little sense in general, since Jenkins transparently allows any user who exists in the configured security realm, perhaps an Active Directory with 100,000 accounts, to log in.
Deleting the user record in Jenkins just clears custom data, the user will still be able to log in later as long as their external account is OK.
Really only the built-in Jenkins user database is the one case where something like this would make sense.