Click HERE to see how Saviynt Intelligence is transforming the industry. |
07/24/2024 02:18 AM
Hi Everyone,
Does any of you worked on Jenkins application?
We have imported the users into saviynt from Jenkins target application.
I need your help to import the Entitlements.
I have attached the Json we have used to import the users.
Below is the API result of both Entitlement and users.
Entitlements are Admin, Readonly , Releasemanagement.
Please help us if anyone worked on importing the entitlement for below mentioned API response format.
API Response
{
"admin": [
{
"type": "USER",
"sid": "aholenarasip"
},
{
"type": "USER",
"sid": "dwebber"
},
{
"type": "USER",
"sid": "fxu"
},
{
"type": "USER",
"sid": "msumpter"
},
{
"type": "USER",
"sid": "nponnaganti"
},
{
"type": "USER",
"sid": "shewitt"
},
{
"type": "USER",
"sid": "snawaz"
},
{
"type": "USER",
"sid": "jbavukkadan"
},
{
"type": "USER",
"sid": "sshaik"
}
],
"readonly": [],
"releasemanagement": []
}
07/26/2024 01:55 AM
Hello @Ashir,
We are checking the feasiblity, we will get back on this shortly.
Thanks.
07/26/2024 03:01 AM
Hi @Ashir , it doesn't seem possible.
07/30/2024 04:51 AM
Please any update on this.
07/30/2024 09:43 PM
Hello @Ashir,
Do you have an API that allows us to fetch the members of an entitlement? We need to loop through the members, but if there's only one URL for both the entitlement and the user, it won't be possible to achieve this with the current response structure.
Thanks.