03/29/2023 12:47 AM
I tried to import user with some required attributes from AD to saviynt. But user attributes are not updated after job ran.
Job: user import
reconciliation: System username/ also tried without any value
USER_ATTRIBUTE parameter
[
CUSTOMPROPERTY20::userPrincipalName#String,
CUSTOMPROPERTY21::manager#String,
CUSTOMPROPERTY22::userAccountControl#number,
systemUserName::sAMAccountName#String,
RECONCILATION_FIELD::CUSTOMPROPERTY26, and also tried with systemUserName
CUSTOMPROPERTY26::objectGUID#Binary
]
but user attributes are not updating
Can anyone give me solution
03/29/2023 01:17 AM
Thanks for reaching out. Below is a working User Attribute JSON which you can refer.
[displayName::displayName#String,
customproperty4::userPrincipalName#String,
systemUserName::sAMAccountName#String,
email::mail#String,
username::employeeID#String,
userattribute_email::proxyAddresses#String,
orgunitid::distinguishedName#String]
03/29/2023 01:37 AM
@DaanishJawed Thanks .
But my requirement is to import these specific attribute values
[
CUSTOMPROPERTY20::userPrincipalName#String,
CUSTOMPROPERTY21::manager#String,
CUSTOMPROPERTY22::userAccountControl#number,
systemUserName::sAMAccountName#String,
CUSTOMPROPERTY26::objectGUID#Binary
]
But i don't know why user fields are not updating . I ran job
The User import job is configured as follows:
Import from Saviynt Connect = No
Export Data to Saviynt Cloud = No
External Connection = Name of the AD connection
Job Type = Full Import
Allow User Operation = Update Only
User Not In Feed Action = No Action
Generate Systemusername = No
Generate email = No
Zero Day Provisioning = No
Expire password for new user = No
Check Rules = Yes
Build Users Cache Map = Yes
Reconciliation field = blank/ and also tried with "systemUserName".
Still not able to figure out the issue for not importing those user attributes.
03/29/2023 05:53 PM
What is the unique identifier in AD for the users? If it is the employee ID, then please try with the below JSON.
I have updated the JSON according to your requirements. Also, added the employee ID assuming it is unique in AD. Please change it and map it to the attribute which is unique.
[
CUSTOMPROPERTY20::userPrincipalName#String,
CUSTOMPROPERTY21::manager#String,
CUSTOMPROPERTY22::userAccountControl#number,
systemUserName::sAMAccountName#String,
username::employeeID#String,
CUSTOMPROPERTY26::objectGUID#Binary
]