Click HERE to see how Saviynt Intelligence is transforming the industry. |
08/07/2024 06:04 AM
There is standard and admin manager AD accounts under single endpoint. During the create account JSON, how we can select the standard manager AD account in the JSON, currently we are using
"manager": "${managerAccount.accountID?.replace('\\', '\\\\')?.replace('/', '\\/')}", but the provisioning fails if the user's manager have multiple AD accounts. Please suggest how to handle this
08/07/2024 06:35 PM
"manager": "${managerAccount[0].accountID?.replace('\\', '\\\\')?.replace('/', '\\/')}",
08/07/2024 08:55 PM
Hi @singh try this
"${managerAccount.get(0).accountID?.replace('\\', '\\\\')?.replace('/', '\\/')}",
08/08/2024 07:35 AM
@NM @rushikeshvartak I tried both but none of them are working
08/08/2024 07:39 AM
Can you share logs @singh
08/08/2024 07:51 AM
@singh Try marking the account as primary. Under Account Type.
At endpoint level use the flag as primary
use the same
"manager": "${managerAccount.accountID?.replace('\\', '\\\\')?.replace('/', '\\/')}",
08/08/2024 09:28 AM
He have 2 accounts so it will always take 1