Click HERE to see how Saviynt Intelligence is transforming the industry. |
05/21/2024 06:16 AM - last edited on 05/21/2024 07:12 AM by Dave
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.
Regards,
mahesh
[This post has been edited by a Moderator to remove sensitive information.]
05/21/2024 06:19 AM - edited 05/21/2024 06:20 AM
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
05/22/2024 02:30 AM
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
05/22/2024 10:30 PM
{"for": "UpdateUserRequest","query":"select a from Users a where a.manager='${users.id}' AND a.userkey !='${users.id}' "}]
05/23/2024 03:13 AM
Hi Rishikesh,
This time user can't able to see any user id's and including his own id as well.
thanks,
mahesh
05/30/2024 06:57 AM
Hi Rishikesh,
Please let us know if there is any update on above query.
thanks,
mahesh
05/30/2024 07:09 AM
By default user will see them and there is no way to hide it