Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Set 'MSExchHideFromAddressLists' AD attribute with Create Account JSON in Saviynt ADSI connection

satishbhand
New Contributor
New Contributor

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.

 

8 REPLIES 8

rushikeshvartak
All-Star
All-Star

Share json

  • "MSExchHideFromAddressLists": true

  • did you tried 0/1

Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

Hi @rushikeshvartak ,

I tried with below opetions:

  • "MSExchHideFromAddressLists": true

  • "MSExchHideFromAddressLists": TRUE
  • "MSExchHideFromAddressLists": "TRUE"
  • "MSExchHideFromAddressLists":"True"

It is working for False with same configuration. 

0/1

Boolean value: MSExchHideFromAddressLists: true

String value (if required by the system): MSExchHideFromAddressLists: "true"


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

NM
Esteemed Contributor
Esteemed Contributor

Hi @satishbhand , is the mail nickname attribute populated for the account?


If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'

satishbhand
New Contributor
New Contributor

@NM Yes, mail nickname attribute is populated.

 

Did you tried option suggested ?


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

Hi @rushikeshvartak 

Should I use below line in create account json-

"Boolean value: MSExchHideFromAddressLists: true"

true 


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.