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

User Update form - restrict to direct reports

asp
Regular Contributor II
Regular Contributor II

Hi all,

How can we configure the 'Update User Request' tile, to only show active direct reports of the logged-in user,  that are of certain employeetype?  Can this be done through sav_role configurations? 

Thanks,

2 REPLIES 2

PremMahadikar
All-Star
All-Star

Hi @asp ,

This is possible from SAV role.

Whom to request > advanced filter

PremMahadikar_0-1718250018618.png

 

PremMahadikar_1-1718250018685.png

Sample JSON for Direct Reportee and Employeetype:

[{"for":"UpdateUserRequest","query":"select a from Users a where a.employeeType IN ('External','Third Party','Vendor') and a.manager= ${users.id} and a.statuskey=1"}]

Sample articles:


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

rushikeshvartak
All-Star
All-Star

[{"for":"UpdateUserRequest","query":"select a from Users a where a.employeeType IN ('Contractor') and a.manager= ${users.id} and a.statuskey=1"}]

Documentation : https://docs.saviyntcloud.com/bundle/EIC-Admin-v24x/page/Content/Chapter13-Access-Requests/ars-mang-... 


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