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

Update user phone number

Community_User
Saviynt Employee
Saviynt Employee
Originally posted on July 23 2020 at 10:27 UTC

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



This message was previously posted on Saviynt's legacy forum by a community user and has been moved over to this forum for continued exposure.
2 REPLIES 2

Community_User
Saviynt Employee
Saviynt Employee
Originally posted on July 23 2020 at 11:20 UTC

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


This message was previously posted on Saviynt's legacy forum by a community user and has been moved over to this forum for continued exposure.

Community_User
Saviynt Employee
Saviynt Employee
Originally posted on July 24 2020 at 06:04 UTC

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}'"}]

This message was previously posted on Saviynt's legacy forum by a community user and has been moved over to this forum for continued exposure.