This is similar to how to get all the jenkins users through api, but that provides the list of ALL users, not the users who can actually log in to Jenkins, which is listed under https://[JENKINS]/securityRealm/.
How do you get the list of users that can login to jenkins via an API call? In other words, how do you get the list of users under https://[JENKINS]/securityRealm/ via an API call?
Thanks!