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

USERATTRIBUTE_EMAIL

NDY
New Contributor III
New Contributor III

What is the USERATTRIBUTE_EMAIL that is showing up on the users' update history? It contains the list of proxy addresses from AD. This is only happening for a few users.

We have a user import job from AD that populates a custom property with the Proxy addresses. We have a few other attributes import as well from AD but that are not related to either email or proxy address.

I could not find why and how proxy addresses are populated in USERATTRIBUTE_EMAIL. Screenshot attached:

NPY_0-1719599258254.png

 

Thank you in advance.

4 REPLIES 4

rushikeshvartak
All-Star
All-Star

You must have added this logic in preprocessor to maintain unqiueness of proxy address in userattribute_email table.


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

NDY
New Contributor III
New Contributor III

@rushikeshvartak @NM  Thank you for the input. Yes, it was in preprocessor.

I wanted to understand what is the difference in userattibute_email vs email ?

As mentioned to maintain uniqueness. Saviynt keep all used emails in userattribute_email table where as email is column from users table


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

NM
Honored Contributor II
Honored Contributor II

Hi @NDY , either you have directly mapped it in user json or like Rushi mentioned in inline preprocessor.

Share inline preprocessor query to help you where exactly it is configured.