Click HERE to see how Saviynt Intelligence is transforming the industry. |
04/12/2022 12:56 PM
I tried the following UserUpdateJSON in my AD Connector but it is not updating my user object from the AccountImport.
{ "mail": "${user.email}", "telephoneNumber": "${user.phonenumber}" }
Can anyone give me examples of a working JSON?
Solved! Go to Solution.
04/12/2022 01:56 PM
Hi Anand,
Greetings!!
I am not sure, what are you trying to achieve.
did you mean "UPDATEUSERJSON" which is at connector level.
If yes, it doesn't has any role in Account Import.
To update your users in Saviynt (if AD is the Authoritative source for User Identities in SSM), you could have "USER_ATTRIBUTE" defined with mappings.
In case, you want to update Accounts at AD end, (If AD is your Target Application), you could specify "UPDATEACCOUNTJSON" and pass on your mappings accordingly.
Thanks & Regards,
Anand Kumar Jha
04/12/2022 01:56 PM
Hello Anand,
Yes, I am trying to use the UPDATEUSERJSON in the AD Connector.
AD is not my source of record for user identities.
I have a User import running from my HR system.
I have Active Directory configured as an Application, using the AD Connector.
I want to update the Email field from AD to the Email field of the User object.
I thought that if I configure the UPDATEUSERJSON in my AD connection, it will update the user when AD Import job runs.
If that is not the case, do let me know how I can achieve my objective.
Anand Shah
04/12/2022 01:56 PM
04/12/2022 01:56 PM
Hi,
I am trying to use the below createAccountJSON But userPrincipleName and homeDirectory path is not creating in target AD. Could you please tell me the issue in below JSON.
{
"sAMAccountName": "${task.accountName}",
"givenName": "${user.firstname}",
"sn": "${user.lastname}",
"uid": "${user.username}",
"cn": "${user.displayname}",
"userPrincipalName":"${user.username}@test.com",
"homeDirectory": "\\test.com\\dfs\users\HomeDirectorie\\${user.username}",
"objectclass": [
"top",
"person",
"organizationalPerson",
"user"
]
}
04/12/2022 01:56 PM
Hi Suneel,
Greetings!!
Please create a new thread for your query.
We make sure that different queries should be captured in separate threads, so that it could be a reference for other users as well.
We will definitely help you with the appropriate resolution.
Also please include version detail and error information (if any ) you faced during provisioning.
Thanks & Regards,
Anand Kumar Jha