Click HERE to see how Saviynt Intelligence is transforming the industry. |
12/23/2022 01:52 AM - last edited on 12/23/2022 09:57 AM by Dave
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
Solved! Go to Solution.
12/23/2022 03:40 AM
"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 }