Click HERE to see how Saviynt Intelligence is transforming the industry. |
04/12/2022 01:21 PM
Hi Team,
Can someone please help me with the correct syntax of passing the homeDirectory while provisioning in Create Account JSON?
homeDirectory value that needs to be provisioned to AD: \\xxxxxxxx.xx.xxx.xxx\xxx-xxx$\%username%
I am passing below value in create account json
"homeDirectory":"'\\\\xxxxxxxx.xx.xxx.xxx\\xxx-xxx\$\\%'+user.customproperty1+'%'"
Regards,
Saumya
Solved! Go to Solution.
04/12/2022 03:05 PM
Saumya,
You can try with the JSON shared below.
"homeDirectory" : "\\\\xxxxxxxx.xx.xxx.xxx\\xxx-xxx\$\\%${user.customproperty1.toString().toLowerCase()}%",
Regards,
Avinash Chhetri
04/12/2022 03:05 PM
Hi Avinash,
I have tried the json shared by you but it is not working.
Regards,
Saumya
04/12/2022 03:05 PM
Saumya,
What is the error you see in the logs ?
Regards,
Avinash Chhetri