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 control the organization name in a Whom To Request

JPMac
Regular Contributor II
Regular Contributor II

We have a case where a third-party user makes an update user request.


However, if you select "Request For All" for the who to request, you can update all users.

There is also a risk that you can see users from other companies.

So, I want to control to request only users with the same organization name as the requestor using "request for self and users retrieved from advanced filter."

However, since organizationame is not included in the users table, the rules are not missing.

How can I satisfy the above controls?

 

1 REPLY 1

rushikeshvartak
All-Star
All-Star

[ {"for":"UpdateUserRequest","query":"select a from Users a where a.customproperty1 is not null and a.customproperty1 in ('VM') and a.id in (select userkey from Customer_Users where customerkey in (select customerkey from Organization_Owners where userkey = '${users.id}'))"} ]

rushikeshvartak_0-1713551743937.png

 


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