starlight_help/src/content/docs/view-channel-subscribers.mdx
import {Steps, TabItem, Tabs} from "@astrojs/starlight/components";
import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; import ZulipTip from "../../components/ZulipTip.astro"; import ChannelSettingsNavbarTip from "../include/_ChannelSettingsNavbarTip.mdx"; import SelectChannelViewSubscribers from "../include/_SelectChannelViewSubscribers.mdx";
Who is subscribed to a channel determines who receives the messages sent there. All non-guest users can view public channels and subscribe themselves. Organization administrators can configure who can subscribe and unsubscribe other users to channels.
1. Select a channel.
<SelectChannelViewSubscribers />
</FlattenedSteps>
<ChannelSettingsNavbarTip />
<ZulipTip>
To see the full list of subscribers for a channel that has more than 600
people subscribed, scroll to the bottom of the **In this channel** section,
and click **View all subscribers**.
</ZulipTip>