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

Dynamic Attribute in Multi user Request

varuneniganti
New Contributor
New Contributor

Hello All,

We are trying to filter out the entitlements based on requestee's Account customproperty, we were able to do it by having '${requestee}' in the dynamic attributes, this works fine if the request if for single user, but it fails for multi user requests.

This is our current setup:

select distinct (a.customproperty1) as ID from accounts a join user_accounts ua on ua.accountkey=a.accountkey join users u on u.userkey=ua.userkey where a.endpointkey=1 and u.userkey='${requestee}'

Is there any variable that we can user that applies to both single and multiple users?

 

1 REPLY 1

rushikeshvartak
All-Star
All-Star

variable is not exposed in multi user. Raise idea ticket


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