Click HERE to see how Saviynt Intelligence is transforming the industry. |
09/24/2024 12:04 AM
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?
09/24/2024 02:58 AM
hello @Shaik-Misba
The mapping information that is part of accounts API cannot be processed because of the format.
09/24/2024 03:25 AM
@Shaik-Misba what we did in our case we reached out to application team to pass it in an array format instead of json