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

Control number of Users & Accounts View for SAV Roles

tuhink
Regular Contributor
Regular Contributor

We want to control the numbers of users that can be viewed by a particular SAV Role. Means we want to limit the number users that appear when someone goes to Identity Repository -> Users and search for the users. These users should appear based on some conditions based on user attributes. For example only users having department as xyz should be only be seen to someone who is having the SAV Role ABC. We are looking for same kind of scenario for accounts as well.

Is there anyway possible to achieve this use case?

2 REPLIES 2

PremMahadikar
All-Star
All-Star

Hi @tuhink , 

No, this is not possible.

 

Can you please share what is the use case here? In case you still need to show users and accounts to SAV role users, you can use 'View Existing Access' Tile from home.

You can control the visibility of the users inside it.

PremMahadikar_1-1717661710932.png

Same HQL Query:

[{"for":"RequestAccessforOthers,ViewExistingAccess,UpdateUserRequest","query":"select a from Users a where and a.id in (select userkey from Customer_Users where customerkey in (select customerkey from Organization_Owners where userkey = '${users.id}' and policy='3' and rank='1'))"}]

Few reference solution articles:

 

If this helps, please consider selecting Accept As Solution and hit Kudos

rushikeshvartak
All-Star
All-Star

You can’t control number of users in admin menu using sav roles . Please raise idea ticket 


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