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.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/develop/admin_api/user_admin_api.html b/develop/admin_api/user_admin_api.html

index f4c4bf5c91..20043020a8 100644 --- a/develop/admin_api/user_admin_api.html +++ b/develop/admin_api/user_admin_api.html
@@ -371,6 +371,10 @@ that contain this value. This parameter is ignored when using the <code>name</co Defaults to <code>true</code> to include guest users.</p> </li> <li> +<p><code>admins</code> - Optional flag to filter admins. If <code>true</code>, only admins are queried. If <code>false</code>, admins are excluded from +the query. When the flag is absent (the default), <strong>both</strong> admins and non-admins are included in the search results.</p> +</li> +<li> <p><code>deactivated</code> - string representing a bool - Is optional and if <code>true</code> will <strong>include</strong> deactivated users. Defaults to <code>false</code> to exclude deactivated users.</p> </li>