mirror of https://github.com/zulip/zulip.git
help: Document user list in the right sidebar.
This commit is contained in:
parent
3a51ac349c
commit
b11bf32f8f
|
@ -116,6 +116,7 @@
|
|||
* [Read receipts](/help/read-receipts)
|
||||
|
||||
## People
|
||||
* [User list](/help/user-list)
|
||||
* [Status and availability](/help/status-and-availability)
|
||||
* [User cards](/help/user-cards)
|
||||
* [View someone's profile](/help/view-someones-profile)
|
||||
|
|
|
@ -182,5 +182,6 @@ A summary of the search filters above is available in the Zulip app.
|
|||
## Related articles
|
||||
|
||||
* [Configure multi-language search](/help/configure-multi-language-search)
|
||||
* [Search people](/help/user-list#search-people)
|
||||
* [Link to a message or
|
||||
conversation](/help/link-to-a-message-or-conversation#link-to-zulip-from-anywhere)
|
||||
|
|
|
@ -0,0 +1,59 @@
|
|||
# User list
|
||||
|
||||
In the Zulip web and desktop app, the right sidebar shows a list of users in
|
||||
your organization. It shows
|
||||
[non-deactivated](/help/deactivate-or-reactivate-a-user) users, and does not
|
||||
include [bots](/help/bots-overview).
|
||||
|
||||
In organizations with up to 600 users, everyone is shown. In larger organizations,
|
||||
only users who have been active in the last two weeks are listed. All users are
|
||||
included when you search for people.
|
||||
|
||||
When you view a stream or a topic within a stream, subscribers to that stream
|
||||
are shown separately from other members of your organization. To avoid
|
||||
distraction, you can hide the user list any time.
|
||||
|
||||
## Search people
|
||||
|
||||
{start_tabs}
|
||||
|
||||
{tab|desktop-web}
|
||||
|
||||
1. If the user list in the right sidebar is hidden, click the **user list** (<i
|
||||
class="zulip-icon zulip-icon-triple-users"></i> ) icon in the upper right to
|
||||
show it.
|
||||
|
||||
1. Click the **search** (<i class="search_icon zulip-icon
|
||||
zulip-icon-search"></i>) icon at the top of the right sidebar to open the
|
||||
search box.
|
||||
|
||||
1. Type the name of the user you are looking for.
|
||||
|
||||
!!! keyboard_tip ""
|
||||
|
||||
You can also use the <kbd>W</kbd> keyboard shortcut to start searching for
|
||||
a person.
|
||||
|
||||
{end_tabs}
|
||||
|
||||
## Show or hide the user list
|
||||
|
||||
{start_tabs}
|
||||
|
||||
{tab|desktop-web}
|
||||
|
||||
1. Click the **user list** (<i class="zulip-icon zulip-icon-triple-users"></i>
|
||||
) icon in the upper right.
|
||||
|
||||
!!! keyboard_tip ""
|
||||
|
||||
The <kbd>W</kbd> keyboard shortcut to search people reveals the user list if
|
||||
it is hidden.
|
||||
|
||||
{end_tabs}
|
||||
|
||||
## Related articles
|
||||
|
||||
- [View someone's profile](/help/view-someones-profile)
|
||||
- [Status and availability](/help/status-and-availability)
|
||||
- [Searching for messages](/help/search-for-messages)
|
Loading…
Reference in New Issue