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? 

0 REPLIES 0