React UIKIt - List all group channels even if you are not a member

Our use case is like chat support wherein all supports can see all the messages, and they will choose which one to join. We are currently using the GroupChannelList component, but it only lists all the channels the currently logged-in user is a member of.

Hello @Gerald

The only way you’d be able to do this is if the group channels are considered public but this means anyone can join the channel. It would not just be limited to a certain group of users (ultimately decided by your client implementation).