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

AD account creation with user's manager's BU

sandeepverma
Regular Contributor
Regular Contributor

Hi Experts,

There is one requirement during creation of the external user's account in Ad we want to pass manager's business unit id(stored in CP1).

Note: external user we are receiving via SNOW api request.

can we achieve this in AD connector itself?

Thank you

1 REPLY 1

KirtiAjrot
Saviynt Employee
Saviynt Employee

"managerAccount" binding is exposed in the AD connector. 

So, as you can use - ${managerAccount.accountID} to get manager's DN form his account, you could also store manager's BU (CP1)  in an account custompropertyX and try using ${managerAccount.custompropertyX } 

KA