[Solved] "Hide from Blue Mind address list"-option enabled with SOAP

Hi!

Im creating users with the “createUser” command though soap.
I would like to enable the “Hide from Blue Mind address list”-option during the creation process, or “ticking the box” for all existing accounts in a domain after they are created.
I havent found any ways of disableing automatic address lists on a domain level.
How can i do this?

Best regards

To hide user adresses from address book, you must set user hidden to true:

user.setHidden(true)

You can’t disabled this for whole domain. It must be done for every domain entity.

Thanks!