Click HERE to see how Saviynt Intelligence is transforming the industry. |
07/02/2024 10:41 AM
Is it possible to update username on existing records using pre-processor? I've only come across posts a couple years old saying its not possible but am wondering if doable in newer version.
07/02/2024 10:44 AM
07/02/2024 10:46 AM
Is there a recommended approach if we need to do that? Essentially user records will be created with a temporary value in username and when they show up in another system, we need to match records and update existing one with new username value to prevent duplicate records.
07/02/2024 10:49 AM
You can use sav4sav and REST API to update username
07/02/2024 11:56 AM
Could I also use these global configs?
My understanding is that a json object containing the user data from the create api call would be passed as an argument to this class/method we define here?
07/02/2024 12:11 PM
This is used for validation.
07/02/2024 12:25 PM
Right, but since its calling a jar, I could use some code to populate the username here if its triggered on user creation via api no? Is there some downside to doing it this way?