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

Account to entitlement mapping - Rest connector

Shaik-Misba
New Contributor III
New Contributor III

We are trying onboard a rest application into Saviynt. I am able to import account and entitlement but the mapping is not working. in account import api response the entitlement coming as a key and entitlement api response the id is coming as a value.

 

Account :
{
"id":"12346",
"name":"jhon",
"assighnedgroups":{
"0dfgh": "ApplicationAccess",
"0sb9g":"ApplicationManager"
}
}

 

Entitlement:

 

{
{
"id":"0dfgh",
"name":"ApplicationAccess",
},
{
"id":"0sb9g",
"name":"ApplicationManager",
}
}

 

in the accountEntmapping what should we need to give? 

2 REPLIES 2

Vedanth-BK
Regular Contributor
Regular Contributor

hello @Shaik-Misba 

The mapping information that is part of accounts API cannot be processed because of the format.

Thank you
Vedanth B.K
If you find my response helpful and it works, Hit the 'Kudos' button and accept it as a solution!!

NM
Honored Contributor II
Honored Contributor II

@Shaik-Misba what we did in our case we reached out to application team to pass it in an array format instead of json