Click HERE to see how Saviynt Intelligence is transforming the industry. |
07/15/2024 12:31 AM
We have seperate url for account to entitlement mapping which is retruning data in below format.
name : accountName
groupNames:[Ent1, Ent2]
07/15/2024 02:43 AM
Hi @Sachin please share the json you are using.
07/15/2024 02:48 AM
07/15/2024 02:53 AM
Thanks. Please also share the sample response from postman.
07/15/2024 03:03 AM
{
"objects": [
{
"name": "Acct1",
"groupNames": [
"Grp1",
"Grp2",
"Grp3"
]
}
],
"version": "1.75.0",
"environment": "**"
}
07/15/2024 03:04 AM
@naveenss please find the above-mentioned response.