06/06/2023 12:53 PM
Hello,
I am attempting to modify the body of a Create User POST request to include the Owner on Terminate attribute. I tried both "owneronterminate":"OwnerUsername" as well as "owneronterminate":"OwnerUserkey" and neither of these populate the Owner On Terminate attribute in Saviynt.
Perhaps I am using the incorrect attribute name? Please let me know if anyone has experienced something similar or a fix for this!
Thank you!
Solved! Go to Solution.
06/06/2023 01:21 PM
Try below:
"owneronTerminate": "userkeyofowner(actual userkey value)"
06/06/2023 02:03 PM
The capital T worked, thank you very much!