How do you update a users privacy preference (visibility) on a profile property? Example: User wants to change the visibility of their NickName from Everyone to Admin Only. How can you do this using OWS?
I have tried using
Assignment.to [USERNAME,SYSTEM]
Assignment.Email to [frmEmail,Form]
Assignment.NickName to [frmNickName]
Assignment.Profile.NickName.Visiblity to 1
Assignment. to Save
The Email updates and the NickName updates but not the visibility.
I am also having a problem with on Save it changing the UpdatePassword to 1 for no apparent reason. Even when I am explicitly updating .UpdatePassword to 0 it still changes it to 1.