summary refs log tree commit diff
path: root/develop/admin_api/user_admin_api.html
diff options
context:
space:
mode:
Diffstat (limited to 'develop/admin_api/user_admin_api.html')
-rw-r--r--develop/admin_api/user_admin_api.html5
1 files changed, 5 insertions, 0 deletions
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:</p> <p><code>dir</code> - Direction of media order. Either <code>f</code> for forwards or <code>b</code> for backwards. Setting this value to <code>b</code> will reverse the above sort order. Defaults to <code>f</code>.</p> </li> +<li> +<p><code>not_user_type</code> - Exclude certain user types, such as bot users, from the request. +Can be provided multiple times. Possible values are <code>bot</code>, <code>support</code> or &quot;empty string&quot;. +&quot;empty string&quot; here means to exclude users without a type.</p> +</li> </ul> <p>Caution. The database only has indexes on the columns <code>name</code> and <code>creation_ts</code>. This means that if a different sort order is used (<code>is_guest</code>, <code>admin</code>,