Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

AD USER_ATTRIBUTE

HarishG
Regular Contributor
Regular Contributor

Hi,

I need to copy the mail attribute from Active Directory to User Email attribute. I am using the below mapping in USER_ATTRIBUTE. I see that the job is successful but the AD mail attribute is not copied to email attribute of user.

USER_ATTRIBUTE:

[EMAIL::mail#String,RECONCILATION_FIELD::CUSTOMPROPERTY65,
CUSTOMPROPERTY65::objectGUID#Binary]

 

Any suggestions?

 

Best regards

Harish

3 REPLIES 3

SumathiSomala
All-Star
All-Star

@HarishG Username mapping should be there

If saviynt username matches with AD employeeID then user's mail attribute will be updated.

[email::mail#String,
USERNAME::employeeID#String,
RECONCILATION_FIELD::USERNAME]

you would configure the UserImportJob as following :

SumathiSomala_0-1727347317614.png

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

 

Regards,
Sumathi Somala

If this reply answered your question, please Accept As Solution and give Kudos.

HarishG
Regular Contributor
Regular Contributor

Hi @SumathiSomala ,

Thank you for the reply.

I have updated the JSON and ran the job. I see that the data got inserted into the temp tables, but the users are not updated in saviynt yet, as in the screenshot. Did i miss something else?

[email::mail#String,USERNAME::name#String,RECONCILATION_FIELD::USERNAME]

 

HarishG_0-1727348178623.png

 

Best regards

Harish

@HarishG Is name in AD is unique attribute?

Share the error logs.

Regards,
Sumathi Somala

If this reply answered your question, please Accept As Solution and give Kudos.