feat: Document user:list and --disabled option

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
Côme Chilliet
2024-09-17 16:40:22 +02:00
parent a182d3cc30
commit 5485faa0c8

View File

@@ -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