Updating User attribute from accounts attribute

sppnra
New Contributor III
New Contributor III

Hi Saviynt team,

I have one use case where when the AD account recon runs we have to take the customproperty4 from accounts attribute and update that to users attribute customproperty30 and that should trigger a user update rule which will write back that users customproperty30 to the Authoritative source which is SAP SF.

I tried using customquery but customquery is not able to trigger any rule. One option is to use savtosav rest connection for updateuserjson. but not able to find a way to write multiple calls API query 

Can you please suggest if there is any easier way to do this

4 REPLIES 4

pmahalle
Valued Contributor II
Valued Contributor II

Hi @sppnra ,

You can also use USER_ATTRIBUTES json in AD connection to update the users customproperty30 directly with values from AD. It will trigger the update rule as well.

Sample USER_ATTRIBUTES JSON:

[
CUSTOMPROPERTY30::mail#String,
UPDATEDATE::whenChanged#customDate--yyyyMMddHHmmss.'0Z',
CREATEDATE::whenCreated#customDate--yyyyMMddHHmmss.'0Z',
USERNAME::sAMAccountName#String,
RECONCILATION_FIELD::USERNAME
]

update mail AD attribute with your required one.

Refer: https://docs.saviyntcloud.com/bundle/AD-v23x/page/Content/Configuring-the-Integration-for-Importing-...


Regards,

Pandharinath Mahalle(Paddy)
If this reply answered your question, please Accept it As Solution to help others who may have a similar problem.

sppnra
New Contributor III
New Contributor III

Hi @pmahalle ,

But AD is not the target source, we are not importing users, we are just importing accounts, I dont think so this will work?

pmahalle
Valued Contributor II
Valued Contributor II

Hi @sppnra ,

Even though your are importing accounts, you can also use the same connection for updating the users in Saviynt using USERS_ATTRIBUTES json.

Here you are not creating the users in Saviynt from AD, just updating it.


Regards,

Pandharinath Mahalle(Paddy)
If this reply answered your question, please Accept it As Solution to help others who may have a similar problem.

adriencosson
Regular Contributor III
Regular Contributor III

Hi @sppnra ,

Adding to @pmahalle , you would configure the UserImportJob as following :

adriencosson_0-1693511388407.png

It will only update existing identities, and do not create new users.

Regards,
Adrien COSSON