Create delegate for managed users as manager

VicyB
Regular Contributor
Regular Contributor

Hello,

in the SAV documentation, we see that the OOTB SAV role "ROLE_SAV_MANAGER" has the ability to "Create a delegate from the Create Delegate page.".

Does this only concern the own user or do managers have the ability to create a delegation from one user to another user of whom they are the manager?

Thank you for the clarification!

 

2 REPLIES 2

DaanishJawed
Saviynt Employee
Saviynt Employee

Hi @VicyB ,

We tested this scenario and the manager can create a delegate from one user to another user.

So a user with ROLE_SAV_MANAGER can create delegates for any user in the environment.

Thanks.

rushikeshvartak
All-Star
All-Star

Yes you can use below query in SAV Role

select a from Users a where a.manager = ${users?.id}  --> To support delegation of subordinate under

rushikeshvartak_0-1692927809162.png

 

manager

 


Regards,
Rushikesh Vartak
If the response is helpful, please click Accept As Solution and kudos it.