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

passing entitlement value in http params

AbdulGaffar
New Contributor III
New Contributor III

Hi Team ,

The current API that returns accounts from target , doesnt return group membership in the response.

we have a parameter in the same API returns the membership per group 
for example : 
{"command": "list user",
"parameters":{
"group": "Admin User"
}}
above command in http params section returns users that are associated with group admin user 
{"command": "list user",
"parameters":{
"group": "Super Admin User"
}}
similarly above returns users associated with group super admin user 

can we iterate this group name in importaccountent json to get the entitlement association with accounts 


Thanks and regards

Abdul Gaffar

1 REPLY 1

rushikeshvartak
All-Star
All-Star

You  can try with ${entitlementID}


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.