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

AccountToEntitlement mapping is not working in ImportAcctToEnt JSON

Sachin
New Contributor
New Contributor

We have seperate url for account to entitlement  mapping which is retruning data in below format.

name : accountName

groupNames:[Ent1, Ent2]

5 REPLIES 5

naveenss
All-Star
All-Star

Hi @Sachin please share the json you are using.

 

Regards,
Naveen Sakleshpur
If this reply answered your question, please click the Accept As Solution button to help future users who may have a similar problem.

Hi Naveen, Please find the importAcctEnt json

 

Thanks. Please also share the sample response from postman.

 

Regards,
Naveen Sakleshpur
If this reply answered your question, please click the Accept As Solution button to help future users who may have a similar problem.

{
"objects": [
{
"name": "Acct1",
"groupNames": [
"Grp1",
"Grp2",
"Grp3"
]
}
],
"version": "1.75.0",
"environment": "**"
}

Sachin
New Contributor
New Contributor

@naveenss  please find the above-mentioned response.