how to get all the jenkins users through api
问题 I'm trying to get all the user in jenkins by using api . For example I hit the following command in postman and it is showing me all the jobs in jenkins . Url = 192.168.195.150:8080/api/json?pretty=true Result: { "_class": "hudson.model.Hudson", "assignedLabels": [ { "name": "master" } ], "mode": "NORMAL", "nodeDescription": "the master Jenkins node", "nodeName": "", "numExecutors": 2, "description": null, "jobs": [ { "_class": "hudson.model.FreeStyleProject", "name": "Apache_kafka_Consumer