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 restrict the Delegate Users list when making a delegation

ray
Regular Contributor
Regular Contributor

Hello,

When making a delegation we are able to filter the list for whom the user can setup delegate for. it works well.

ray_0-1722863251924.png

What i need is how to filter the list of the Delegate User (image below).

I want to hide from the list the admin and the systemadmin and the other saviyntsupportagent.

ray_1-1722863308315.png

ray_2-1722863361755.png

Anyone can help please?

Regards, 

Ray

2 REPLIES 2

Raghu
All-Star
All-Star

@ray  try below may it work

id=XXX=admin/1 value u can replace filter value username still visiable try userkey update sav role ,login private mode check

select new map(a.id as id) from Users a where a.id = ${users?.id} and a.id not in ('xxx')

 


Thanks,
Raghu
If this reply answered your question, Please Accept As Solution and hit Kudos.

ray
Regular Contributor
Regular Contributor

Hello i used this query it worked !

user. username LIKE 'EX%' OR user. username LIKE 'CD%' OR user. username LIKE 'S0%' OR user.username LIKE 'PE%' OR user. username LIKE 'CW%' OR user. username like 'CT%' OR user.username like 'CC%'

ray_0-1722873153592.png

Regards,

Ray