Hi Team,
Has anyone integrated Jenkins with SailPoint? Since there is no direct connector available, I wanted to check if anyone has implemented this using the web service connector. If so, could you please share the user management APIs you used?
Hi Team,
Has anyone integrated Jenkins with SailPoint? Since there is no direct connector available, I wanted to check if anyone has implemented this using the web service connector. If so, could you please share the user management APIs you used?
Why don’t you ask your Jenkins application team, it is app team responsibility to give all the APIs and authentication related information to IGA team.
Anyway I have checked in internet, I don’t see any API for user management.
This is the Jenkins Postman API collection: Postman
From ChatGPT
There is API to get users only
GET http://your-jenkins-url/user/username/api/json
No API for create and delete, so better check with your Jenkins application team, they are the one who should confirm.
Cheers
Krish
Hi @Ankitha09, I integrated with Jenkins almost 4 years back, The Jenkins team provided the APIs for the all operations we requested, which are:
Read All Accounts
Read Account/s with the Associated Access
Create Account
Update Account
Add Access
Remove Access
Enable Account
Disable Account
Read All Accesses
That was via the follwoing urls:
https:///asynchPeople/api/xml?depth=1
https:///roles/api/xml?depth=1
Only those two but the body is different, and by the way I used after operation rules because it wasn’t that straightforward at that time, maybe they can provide you with a customized APIs or that can be easily integarted with the current ISC because since that time (almost 4 years) a lot of changes happened in both sides ISC and Jenkins.
Have a nice and great one!
Regards,
Muhammad