Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Adding manager details

jayendraraju
New Contributor III
New Contributor III

Dear Team,

When I am trying to map Manager details from AD to Saviynt with json(Manager::manager#String) the values are not mapped. when we use owner::manager#String,the manager details are stored as DN. we have given SamAccount name as Username.

Can anyone help us how to get samaccount name of manager to user.

Json:[CUSTOMPROPERTY1::cn#String,DISPLAYNAME::displayName#String,CUSTOMPROPERTY25::company#String,LASTNAME::sn#String,statuskey::userAccountControl#number,CUSTOMPROPERTY4::homeDirectory#String,CUSTOMPROPERTY5::co#String,CUSTOMPROPERTY6::cn#String,FirstName::GivenName#String,TITLE::title#String,PHONENUMBER::telephoneNumber#String,CITY::city#String,STATE::state#String,CUSTOMPROPERTY10::c#String,CUSTOMPROPERTY11::uSNCreated#String,ENDDATE::accountExpires#millisec,UPDATEDATE::whenChanged#customDate--yyyyMMddHHmmss.'0Z',STREET::streetAddress#String,CUSTOMPROPERTY17::sAMAccountName#String,DEPARTMENTNAME::department#String,COUNTRY::country#String,EMAIL::mail#String,Manager::manager#String,CUSTOMPROPERTY22::homePhone#String,CUSTOMPROPERTY23::mobile#String,CREATEDATE::whenCreated#customDate--yyyyMMddHHmmss.'0Z',USERNAME::sAMAccountName#String,]

 

5 REPLIES 5

dgandhi
All-Star
All-Star

Is this account import from AD or user import?

Thanks,
Devang Gandhi
If this reply answered your question, please Accept As Solution and give Kudos to help others who may have a similar problem.

jayendraraju
New Contributor III
New Contributor III

Hi Devang

This is user import from AD.

1) Manager attribute is populated in AD as fully distingused name.

2) when we import the users from AD the Manager field does not get populated in Saviynt

3) Also we don't need DN rather we will just need manager's name

Example data stored in AD attribute for manager is : (eg. DU=Test user01,OU=Users,OU=acme, OU=com)

We need only "Test User01" to be stored as user manager in Saviynt

Thanks for your help

Manager name should be username or email id of user hence you need get unique field to map manager using preprocessor


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

dgandhi
All-Star
All-Star

Please use preprocessor to update the manager field.

https://docs.saviyntcloud.com/bundle/EIC-Admin-v2022x/page/Content/Chapter03-User-Management/User-Im...

 

Thanks,
Devang Gandhi
If this reply answered your question, please Accept As Solution and give Kudos to help others who may have a similar problem.

jayendraraju
New Contributor III
New Contributor III

Hi All,

I was able to fix this by Mapping  user_attribute field, I user one this mapping owner::manager#String and it worked

Thank you everyone