We are delighted to share our new EIC Delivery Methodology for efficiently managing Saviynt Implementations and delivering quick time to value. CLICK HERE.

How to limit user list available for update user request in ARS Module

dubeank
New Contributor III
New Contributor III

Hi All,

We would like to show only external users in the user list available under the "update user request" tab. however, all users should be visible under "Request Access for Others" tab.

Currently, I am using SAV role to achieve this and Created two SAV roles as below:
1. ROLE_ADMIN: 

dubeank_0-1676549322443.png

Whom to Request: Request for All

2. ROLE_UPDATE_USER:

dubeank_1-1676549589376.png

Whom to Request:Request for self and users retrieved from advance filter.

case1: Only assign ROLE_ADMIN : All users are visible under the "update user request" and "Request Access for Others" tab.
case2: Only assign ROLE_UPDATE_USER: Only External Users are visible under the "update user request" and "Request Access for Others" tab.
Case3: Assign both SAV roles: All users are visible under the "update user request" and "Request Access for Others" tab.

Could you please check if there is a way to show only external users in the user list available under the "update user request" . however, all users should be visible under "Request Access for Others" ?

Thanks in advance for your help/suggestions.

Regards

Ankit

2 REPLIES 2

sk
All-Star
All-Star

Instead of HQL use JSON logic where you can build queries for each section listed below

  • Request Emergency Access IDs

  • View Existing Access

  • Change Password

  • Request Access for Others

  • Request Access for Others - Multi User

  • One Click Disable User

  • Request Enterprise Roles

  • Update User Details

Refer this doc: https://docs.saviyntcloud.com/bundle/EIC-Admin-v232/page/Content/Chapter09-SAV-Roles/Understanding-t... for samples

 

Also below KBA: https://forums.saviynt.com/t5/did-you-know/did-you-know-you-can-filter-who-can-request-view-approve-...


Regards,
Saathvik
If this reply answered your question, please Accept As Solution and give Kudos to help others facing similar issue.

dubeank
New Contributor III
New Contributor III

Thank You So much.
It Worked.