summary refs log tree commit diff
path: root/develop/admin_api
diff options
context:
space:
mode:
authorMatMaul <MatMaul@users.noreply.github.com>2023-08-10 09:11:55 +0000
committerMatMaul <MatMaul@users.noreply.github.com>2023-08-10 09:11:55 +0000
commit0eea535e6e427fc09b0e8897c6bc8bccc295bb25 (patch)
tree80da85c169b7bf0d053cb774bfaa4121069e7f5e /develop/admin_api
parentdeploy: 8e09b8aecbd01adb367b7a845348e9985f7a98af (diff)
downloadsynapse-0eea535e6e427fc09b0e8897c6bc8bccc295bb25.tar.xz
deploy: dac97642e41f3f4bc0deff0c80b6a3f7acb4dbc0
Diffstat (limited to 'develop/admin_api')
-rw-r--r--develop/admin_api/user_admin_api.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/develop/admin_api/user_admin_api.html b/develop/admin_api/user_admin_api.html

index 0acc361803..f4c4bf5c91 100644 --- a/develop/admin_api/user_admin_api.html +++ b/develop/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>