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.

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