Restrict Users from seeing members of the same group?

Is it possible to restrict users of a particular group from being able to see each other? What I want to do is have a set of users (i.e. “employees”) only have access to another set of users (i.e. “managers”), but not to other employees. But I want the managers to be able to see all members of both groups.

The other option that I think might be fairly easy to implement is to only allow the regular users of a group to be able to see the group admins.

Is there a way to do this out of the box? With a plugin or other custom development?

Thanks,

Jon

JM-349

Alex

If you don’'t want to wait you can implement this in a relatively easy way using the PacketInterceptor class. You just need to get the source and destination of each packet and get the groups of the users. All this can be done with the messenger api.