Files
zulip/help/set-default-channels-for-new-users.md
Maneesh Shukla ec60c8a70c x-buttons: Replace "Remove" and "Unsubscribe" buttons with x icons in tables.
This commit removes the "Remove" and "Unsubscribe" action buttons from
various tables and replaces them with icon buttons using the "close"
icon.

Additionally, previously the rows with and without a remove button had
different heights. This commit updates the fixed `px` values to `em`
units to ensure equal height for all rows, regardless of whether a
remove-subscription button is present.

Fixes: #34874.
2025-07-03 14:37:00 -07:00

46 lines
1.4 KiB
Markdown

# Set default channels for new users
{!admin-only.md!}
You can configure a default set of channels that users will be subscribed to
when they join your organization. Default channels must be [public or
web-public](/help/channel-permissions).
When you [send an email
invitation](/help/invite-new-users#send-email-invitations) or [create a reusable
invitation link](/help/invite-new-users#create-a-reusable-invitation-link), you
can customize which channels the invited users are subscribed to. Note that
subscribing new users to a channel generally requires having
[permissions](/help/channel-permissions) to do so, but anyone with
[permissions](/help/restrict-account-creation#change-who-can-send-invitations)
to invite new users can subscribe them to any combination of default channels.
## Add a default channel
{start_tabs}
{settings_tab|default-channels-list}
1. Click **Add channel**.
1. Select one or more channels, and click **Add**.
{end_tabs}
## Remove a default channel
{start_tabs}
{settings_tab|default-channels-list}
1. Find the channel you would like to remove, and click **Remove from default** (<i class="zulip-icon zulip-icon-close"></i>) icon.
{end_tabs}
## Related articles
* [User roles](/help/user-roles)
* [User groups](/help/user-groups)
* [Channel permissions](/help/channel-permissions)
* [Create channels for a new organization](/help/create-channels)