Click HERE to see how Saviynt Intelligence is transforming the industry. |
08/08/2024 03:55 AM
Hi All,
Trying to Set 'MSExchHideFromAddressLists' AD attribute as 'TRUE' with Create Account JSON in Saviynt ADSI connection, task is getting completed without any issue but attribute didn't get set as 'TRUE'.
Same configuration works if we set the 'MSExchHideFromAddressLists' value as 'FALSE'.
could you please advise/suggest how this can be done.
08/08/2024 06:24 AM
Share json
"MSExchHideFromAddressLists": true
08/08/2024 07:20 AM
Hi @rushikeshvartak ,
I tried with below opetions:
"MSExchHideFromAddressLists": true
It is working for False with same configuration.
08/08/2024 07:28 AM - edited 08/08/2024 07:33 AM
0/1
Boolean value: MSExchHideFromAddressLists: true
String value (if required by the system): MSExchHideFromAddressLists: "true"
08/08/2024 07:32 AM
Hi @satishbhand , is the mail nickname attribute populated for the account?
08/08/2024 09:48 PM
@NM Yes, mail nickname attribute is populated.
08/08/2024 10:24 PM
Did you tried option suggested ?
08/09/2024 01:44 AM
Should I use below line in create account json-
"Boolean value: MSExchHideFromAddressLists: true"
08/09/2024 02:40 AM
true