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 check owner rank in GetEntitlements API

ejeong
Valued Contributor
Valued Contributor

in getEntitlement API, we are getting list of owners in array. 

if owner is added as both rank1 and primary certifier, I can see there is duplicated username in array but we want to see actual rank in api response. if there a way to check the rank info?

2 REPLIES 2

nimitdave
Saviynt Employee
Saviynt Employee

try with below body:

{
"entownerwithrank":"true"
}

ejeong
Valued Contributor
Valued Contributor

@nimitdave  it works. Thanks!