diff options
author | clokep <clokep@users.noreply.github.com> | 2023-09-19 12:06:32 +0000 |
---|---|---|
committer | clokep <clokep@users.noreply.github.com> | 2023-09-19 12:06:32 +0000 |
commit | 4e201aeb68c053a9411e77af15712231897dd09e (patch) | |
tree | 5c14bdfa33d7224c7d2226554a07c127e5d8f75b /develop/print.html | |
parent | deploy: ac293357d05467703c505a50355db79cd8f1911a (diff) | |
download | synapse-4e201aeb68c053a9411e77af15712231897dd09e.tar.xz |
deploy: 9fabde6eadea526c92a9ca7cd960b879e8995db6
Diffstat (limited to 'develop/print.html')
-rw-r--r-- | develop/print.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/develop/print.html b/develop/print.html index d5b2cc977e..5f8d0e4d65 100644 --- a/develop/print.html +++ b/develop/print.html @@ -13985,9 +13985,6 @@ 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> @@ -13999,6 +13996,9 @@ Users' passwords are wiped upon account deactivation, hence the need to set a ne deactivating and erasing users see <a href="admin_api/user_admin_api.html#deactivate-account">Deactivate Account</a>.</p> </li> <li> +<p><code>locked</code> - <strong>bool</strong>, optional. If unspecified, locked state will be left unchanged.</p> +</li> +<li> <p><code>user_type</code> - <strong>string</strong> or null, optional. If not provided, the user type will be not be changed. If <code>null</code> is given, the user type will be cleared. Other allowed options are: <code>bot</code> and <code>support</code>.</p> |