summary refs log tree commit diff
path: root/latest/admin_api
diff options
context:
space:
mode:
authorDMRobertson <DMRobertson@users.noreply.github.com>2023-08-30 11:42:28 +0000
committerDMRobertson <DMRobertson@users.noreply.github.com>2023-08-30 11:42:28 +0000
commiteb4fbb70fd44baff8c767775f8412d040511fb34 (patch)
treee3238ee9f7c1dd0bbc055f8795a776bded975acc /latest/admin_api
parentdeploy: 5c9402b9fdaad3141b0a9d05614535705a14e65d (diff)
downloadsynapse-eb4fbb70fd44baff8c767775f8412d040511fb34.tar.xz
deploy: 8c56e18e4786a28bedbafb1a73fd1abc8806933f
Diffstat (limited to 'latest/admin_api')
-rw-r--r--latest/admin_api/user_admin_api.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/latest/admin_api/user_admin_api.html b/latest/admin_api/user_admin_api.html

index 0acc361803..20043020a8 100644 --- a/latest/admin_api/user_admin_api.html +++ b/latest/admin_api/user_admin_api.html
@@ -296,6 +296,9 @@ granting them access to the Admin API, among other things.</p> </li> <li> <p><code>deactivated</code> - <strong>bool</strong>, optional. If unspecified, deactivation state will be left unchanged.</p> +</li> +<li> +<p><code>locked</code> - <strong>bool</strong>, optional. If unspecified, locked state will be left unchanged.</p> <p>Note: the <code>password</code> field must also be set if both of the following are true:</p> <ul> <li><code>deactivated</code> is set to <code>false</code> and the user was previously deactivated (you are reactivating this user)</li> @@ -368,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>