Hi All,Need your assistence i just wanted to update all the groups visibility to public by expression is there any way to do that.For example, If i have multiple groups and there visibility is restricted then i want to update it to as public please let me know if you have anything. Please check below secreenshot.
Discussion posts and replies are publicly visible
high-level outline :
a process model that will handle the update of group properties.
Use a query to retrieve all group IDs with restricted visibility.
Set up a loop in your process model that iterates over each group ID.
Inside the loop, use the Edit Group smart service, setting the securityType parameter to PUBLIC
securityType
PUBLIC