Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Limit One click disable user tab results

AJ23494
New Contributor II
New Contributor II

Hi All , 

Currently , when i enable the tab of One click disable user for a role , it's showing all the active users in the system . Can this list of users be restrcited ?

Example : L2 admin of Business unit = ABC can only see and disable the users of business unit = abc 

Thanks in advance .

Regards , 
Ankit Jindal 

2 REPLIES 2

rushikeshvartak
All-Star
All-Star

@AJ23494 

You can limit this using SAV Role ->  Whom to Request -> Advanced Config - JSON

 rushikeshvartak_0-1658147980861.png

[{"for":"RequestAccessforOthers,ViewExistingAccess","query":"select a from Users a"},{"for":"OneClickDisable","query":"select a from Users a where a.id =${user.id}"}]

rushikeshvartak_1-1658148328032.png

 

 


Regards,
Rushikesh Vartak
If you find this response useful, kindly consider selecting 'Accept As Solution' and clicking on the 'Kudos' button.

Hello @AJ23494,

Did the solution provided above, worked for your use case ?

Thanks & Kind Regards,
Manikanta.S