From 5485faa0c8c6868966ed50080d5b85240f463532 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= Date: Tue, 17 Sep 2024 16:40:22 +0200 Subject: [PATCH] feat: Document user:list and --disabled option MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Côme Chilliet --- admin_manual/occ_command.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/admin_manual/occ_command.rst b/admin_manual/occ_command.rst index 59545ed87..dbe16b243 100644 --- a/admin_manual/occ_command.rst +++ b/admin_manual/occ_command.rst @@ -1521,6 +1521,11 @@ There might be a discrepancy between the total number of users compared to the n Users that have never logged in before are not counted as active or disabled users. Some user backends also do not allow a count for the number of users. +user:list +^^^^^^^^^ + +You can use the command ``user:list`` to list users. By default it will limit the output to 500 users but you can override that with options ``--limit`` and ``--offset``. Use ``--disabled`` to only list disabled users. + .. _group_commands_label: Group commands