Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Attribute to Use for 'Owner on Terminate' in API

Wes
New Contributor III
New Contributor III

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!

2 REPLIES 2

dgandhi
All-Star
All-Star

Try below:

"owneronTerminate": "userkeyofowner(actual userkey value)"

 

Thanks,
Devang Gandhi
If this reply answered your question, please Accept As Solution and give Kudos to help others who may have a similar problem.

Wes
New Contributor III
New Contributor III

The capital T worked, thank you very much!