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

How to get accounts details when invoking GetEntitlements Saviynt API?

npise
New Contributor III
New Contributor III

/getEntitlements

{
"endpoint":"ActiveDirectory",
"entQuery":"ent.entitlement_value = 'CN=XXXXXXXX'",
"entownerwithrank":"true",
"returnentitlementmap": "true",
"requestedObject" :"userscount"
}
 
I get successful message, but account information is not there.
1 REPLY 1

rushikeshvartak
All-Star
All-Star

 

 

rushikeshvartak_0-1712626849923.png

{
"username":"137658",
"endpoint":"Saviynt",
"entQuery":"ent.entitlement_value like '%ROLE_ADMIN'",
"entownerwithrank":"true",
"returnentitlementmap": "true"
}
 
 
curl --location "https://rushi-dev.saviyntcloud.com/ECM/api/v5/getEntitlements" --header "Content-Type: application/json" --header "Authorization: Bearer eyT\" --header "Cookie: CCSRF-TOKEN=fc76ca82-58f6-4079-ab5a-af3a89431ec6; INGRESSCOOKIE=1712626735.344.11273.987395" --data "{
\"username\"😕"137658\",
\"endpoint\"😕"Saviynt\",
\"entQuery\"😕"ent.entitlement_value like '%ROLE_ADMIN'\",
\"entownerwithrank\"😕"true\",
\"returnentitlementmap\": \"true\"
}"

 


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