On Fri, Jul 12, 2019 at 9:36 AM selva vignesh <[email protected]> wrote: > If any new user added or existing user got deleted from jenkins, how can i > know using listener.
There is no such concept. A `SecurityRealm` is asked to validate that a given login is authorized, but it does not generally maintain any sort of enumeration of valid users. These could change at any time in, say, some LDAP server. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr0SViAWm%3DvuickW692-gvnHGams%2B4rcQjUfpgZVKSDEfQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
