Click HERE to see how Saviynt Intelligence is transforming the industry. |
04/12/2022 12:58 PM
How user itself can update there profile like phone number?
if we provide Update User tiles then that person can see all user profile and also can update phone number.
for logged in user--only update his profile
Solved! Go to Solution.
04/12/2022 02:03 PM
The logged in user will be able to update only his profile - if you make it controllable by SAV_ROLE
Say a user has ROLE_USER, in the whom to request - you can mention "Self" and grant access to Update user tile . so when he selects the user to update , he will see only his id to select from.
in ECM 55sp1.5 onwards, you can also define advance config from "whom to request" like this, where you can mention type of access required to be given for various tiles
04/12/2022 02:03 PM
Thanks a lot...But I am not able to save it and even its not showing any error
Definitely your suggestion will work...But can you check if you are able to save it.
[{"for": "RequestAccessforOthers,RequestAccessOthersMultiUser","query": "select a from Users a"},
{"for": "UpdateUserRequest","query": "select a from Users a where a.id='${users.id}'"},
{"for": "OneClickDisableUser","query": "select a from Users a where a.id='${users.id}' or a.manager='${users.id}'"}]