Click HERE to see how Saviynt Intelligence is transforming the industry. |
04/12/2022 01:11 PM
How to set users 'Owner on Terminate' value to same value as users 'Manager' value in one go?
We have thousands of users in SSM, so we are looking for a way to update all users in one go.
The requirement is to set <Owner on Terminate> = <Manager>
Example - if user A's manager is 'B', then set 'Owner on Terminate' = 'B'
Solved! Go to Solution.
04/12/2022 02:31 PM
Hi Ramanpreet,
You can use the users import utility from users list page. Username is the reconcilitaion field, so ensure that you pass, username and the owneronterminate fields. This would update the users owneronterminate attribute.
owneronterminate would be the managers userkey that need to passed to the file.
Example user A has username sample_userA and has manager sample_manager whose userkey is 121
Then file would have record as
sample_userA ,121.
Thanks
Ajay
04/12/2022 02:31 PM
Thanks Ajay,
Is there any other way apart from CSV file import please?
We are looking for more automated way than manual.
04/12/2022 02:31 PM
Hi Ramanpreet,
If you want a systematic way to perform this action, therefore you have a (non standard) solution :
04/12/2022 02:31 PM
Hi Ramanpreet - we have an enhancement in place to set actor has the owner on terminate in addition to setting user explicitly.
04/12/2022 02:31 PM
Hi Adrien,
Thanks for the help.
I will try this next week as something urgent come up. I will let you know if it works.
04/12/2022 02:31 PM
@Adrien - Thank you very much. The SQL query works perfectly and does the job.
Follow up question -
Since the data was updated via direct SQL query, the changes to the users data are not reflected in the Update History tab of the users in the SSM console.
Is there any way to update owneronterminate via another method so that its reflected in the Update history - for auditing purposes?
@Saviynt Customer Portal - Thanks. Could you please confirm which version will have this functionality by default without compromising auditing? Also, could you please share the enhancement reference?
04/12/2022 02:31 PM
Hi Ramanpreet ,
If you want the updated values to be visible in Update history of the user , try to include this "owner on terminate" field value set in "Modify User Json" in your source. This functionality might work through the import process than from the uploading the csv or creating a custom query job.
Thanks
Mounika Challa