Announcing the SAVIYNT KNOWLEDGE EXCHANGE unifying the Saviynt forums, documentation, training, and more in a single search tool across platforms. Click HERE to read the Announcement.

Account - Entitlements mapping issue

SA_123
New Contributor II
New Contributor II

Hi Team,

We are facing issue with account entitlement mapping for one of the REST based application.

We have imported accounts and entitlements successfully. but the mapping in between them is not happening.

Kindly help us with the JSON.

and below is the JSON we tried for account-ent mapping

"acctEntParams": {
"connection": "userAuth",
"entTypes": {
"clearance-geopolitical": {
"call": {
"call1": {
"callOrder": 0,
"stageNumber": 0,
"processingType": "httpAcctToEnt",
"http": {
"httpHeaders": {
"Authorization": "${access_token}"
},
"url": "https://dev-xxx-api.xx-00000xx.npause1.xxxxxxxx.com/api/v1/clearance/list",
"httpContentType": "application/json",
"httpMethod": "POST",
"httpParams": "{\"users\": [\"${id}\"]}"
},
"listField": "",
"entKeyField": "entitlementID",
"acctKeyField": "accountID",
"entIdPath": "countryClearance"

}
}
}
}
}

Thanks,

Srividya

6 REPLIES 6

SA_123
New Contributor II
New Contributor II

Hi Team,

can we have update on this please..?

rushikeshvartak
All-Star
All-Star

Please share postman response for API

Note : avoid sharing client urls on public forum


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

Hi vartak,

Please check the below API response.

SA_123_0-1669051471326.png

Value is coming in array can you try below

"entIdPath": "countryClearance[0]"


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

Hello Vartak,

Thanks for your suggestion, but it did not work only the last entitlement is adding to all users.

Can you please check again.

Thanks,

Srividya

SA_123
New Contributor II
New Contributor II

Hi Vartak,

Can you please suggest?