chibenwa commented on code in PR #2474: URL: https://github.com/apache/james-project/pull/2474#discussion_r1822102741
########## docs/modules/servers/partials/operate/webadmin.adoc: ########## @@ -647,6 +647,18 @@ Response codes: * 200: The user name list was successfully retrieved +Additional query parameters are supported: + +- `hasNoMailboxes` allows you to select users who don't have any mailboxes. +.... +curl -XGET http://ip:port/users?hasNoMailboxes +.... + +- `hasNotAccessedAllSystemMailboxes` allows you to select users who only have INBOX mailbox. +.... +curl -XGET http://ip:port/users?hasNotAccessedAllSystemMailboxes Review Comment: ```suggestion curl -XGET http://ip:port/users?hasNotAllSystemMailboxes ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For additional commands, e-mail: notifications-h...@james.apache.org