Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

EntitlementImport Json with the API result Format

Ashir
New Contributor
New Contributor

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": []

}

 

 

4 REPLIES 4

sudeshjaiswal
Saviynt Employee
Saviynt Employee

Hello @Ashir,

We are checking the feasiblity, we will get back on this shortly.

Thanks.

If you find the above response useful, Kindly Mark it as "Accept As Solution".

NM
Esteemed Contributor
Esteemed Contributor

Hi @Ashir , it doesn't seem possible.


If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'

Ashir
New Contributor
New Contributor

Hi @sudeshjaiswal 

Please any update on this.

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.

If you find the above response useful, Kindly Mark it as "Accept As Solution".