Click HERE to see how Saviynt Intelligence is transforming the industry. |
09/13/2023 06:38 PM
Hi Team,
while Account provisioning - Can we map user attribute ( cp10) to account attribute ( cp20)
with out Dynamic attributes ?
09/14/2023 12:00 PM
09/15/2023 06:35 AM
09/15/2023 12:53 PM
Hi @pruthvi_t @smitg ,
We have rest application - while creating Account we have to generate unique number (secret code) and has to be passed to Target. we Used Password policy to generate code( ${password})
1. User account will be created.
2. (before account import running) when same user a requesting another entitlements/update account - this secret code is mandatory and the value goes as null.
If we run target recon it will map to account level attribute then it works we can call ${account.custompropery5}.
thanks,
suresh
09/17/2023 07:00 PM
You can use multicall and follow bellow steps
10/01/2023 08:23 PM
Hi @rushikeshvartak thanks for the response.
in the Call2 - We dont api to get single user secret value but we have bulk api to get all - How to filter the response results to get one specific user secret among all. Do you have any sample JSON for this ?