Announcing the SAVIYNT KNOWLEDGE EXCHANGE unifying the Saviynt forums, documentation, training, and more in a single search tool across platforms. Click HERE to read the Announcement.

Map Inactive Manager in Active Directory

sab2
Regular Contributor
Regular Contributor

Hi,

Ware working on new joiners and provisioning their new accounts into active directory.

In our create account json we are using '"manager": "${managerAccount==null?'':managerAccount.accountID}",'  to map to the manager field.

This is working when the manager is active. However, if the manager is inactive, the mapping is left blank. To clarify, the users Saviynt profile is active but their AD account is inactive. We still want to map to inactive managers AD account.

We also tried '"manager": "${managerAccount==null?'':managerAccount.customproperty3}",' but it was the same result. (we store DN in the CP as well)

We want to mapping to show even if the manager is inactive in active directory. Is this possible? Do we need to allow a setting for this mapping to complete successfully? Thanks!

5 REPLIES 5

dgandhi
All-Star
All-Star

Is there any error that you are getting?

Thanks

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.

sab2
Regular Contributor
Regular Contributor

There is no error. The user is just created in AD with the manager field blank.

Have you tried with below without any if-else condition.

"manager": "${managerAccount.accountID}",

Thanks

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.

sab2
Regular Contributor
Regular Contributor

I tried this out and it worked! Thank you!!

.


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