From a24d8d8733b0f7133a0a3cbf32ac2333646ca5d8 Mon Sep 17 00:00:00 2001 From: H-Shay Date: Tue, 4 Jul 2023 22:04:15 +0000 Subject: deploy: c8e81898b66086ee8bdfd18bd24452c26033e480 --- develop/admin_api/user_admin_api.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'develop/admin_api/user_admin_api.html') diff --git a/develop/admin_api/user_admin_api.html b/develop/admin_api/user_admin_api.html index c7322cb65f..39b4bb3e51 100644 --- a/develop/admin_api/user_admin_api.html +++ b/develop/admin_api/user_admin_api.html @@ -401,6 +401,11 @@ which guarantees a stable ordering. Valid values are:

dir - Direction of media order. Either f for forwards or b for backwards. Setting this value to b will reverse the above sort order. Defaults to f.

+
  • +

    not_user_type - Exclude certain user types, such as bot users, from the request. +Can be provided multiple times. Possible values are bot, support or "empty string". +"empty string" here means to exclude users without a type.

    +
  • Caution. The database only has indexes on the columns name and creation_ts. This means that if a different sort order is used (is_guest, admin, -- cgit 1.5.1