How to display more than 5000 users on admin console: Difference between revisions

(Created page with "=How to display more than 5000 users on admin console= <hr> {{KB|{{WIP}}|{{ZCS 9.0}}|{{ZCS 8.8}}|}} <hr> ====Problem==== By default, Zimbra have limitation to display accoun...")
 
Line 1: Line 1:
{{BC|Certified}}
__FORCETOC__
<div class="col-md-12 ibox-content">
=How to display more than 5000 users on admin console=
=How to display more than 5000 users on admin console=
<hr>
<hr>

Revision as of 08:27, 18 May 2022

How to display more than 5000 users on admin console


   KB 24429        Last updated on 2022-05-18  




0.00
(0 votes)

Problem

By default, Zimbra have limitation to display account on Zimbra Admin console up to 5000 users. If you have more than 5000 users, You will see “The number of results to be displayed is over the limit. Please use search to refine the results” on Home > Manage > Accounts.


Limit.PNG


Solution

You need to change the default value of zimbra_directory_max_search_result to the desired value to display all users in Zimbra Admin.

For example:

zmlocalconfig -e zimbra_directory_max_search_result=10000
zmmailboxdctl restart
Jump to: navigation, search