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

Query regarding the update user request option

Kanchukuri
New Contributor II
New Contributor II

Hi Team

We are using the update user request option to achieve one of the use case. We want only the reportees to be populated for the line managers in the below screen. it should exclude the user's own ID. Please let us know how to achieve this. thanks in advance.

Kanchukuri_0-1716297255611.png

Regards,

mahesh

[This post has been edited by a Moderator to remove sensitive information.]

6 REPLIES 6

rushikeshvartak
All-Star
All-Star

in sav role - whom to request - JSON - 

{"for": "UpdateUserRequest","query":"select a from Users a where
a.manager='${users.id}' "}]


Refer. https://forums.saviynt.com/t5/identity-governance/whom-to-request-from-advance-query-sav-role/m-p/83...
‼️‼️⚠️Keep company-specific private information masked on public forums, such as the name and URL.⚠️‼️‼️

 

hide url in previous post


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

Hi Rushikesh,

Thanks for your query. This query is still showing user's own ID. as per our requirement user's own ID need to be exclude. Thank you

regards,

mahesh

{"for": "UpdateUserRequest","query":"select a from Users a where a.manager='${users.id}' AND a.userkey !='${users.id}' "}]


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

Hi Rishikesh,

This time user can't able to see any user id's and including his own id as well.

thanks,

mahesh

Hi Rishikesh,

Please let us know if there is any update on above query.

thanks,

mahesh

By default user will see them and there is no way to hide it


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