summary refs log tree commit diff
path: root/docs/admin_api/user_admin_api.md
diff options
context:
space:
mode:
authorHugh Nimmo-Smith <hughns@users.noreply.github.com>2025-06-03 12:34:40 +0100
committerGitHub <noreply@github.com>2025-06-03 11:34:40 +0000
commita4d8da7a1b6540652b3e0e1b4faa6c4d60b7b46c (patch)
treeb1f9ab3243500192bce614370a5d316195029f46 /docs/admin_api/user_admin_api.md
parentMachine-readable config description (#17892) (diff)
downloadsynapse-a4d8da7a1b6540652b3e0e1b4faa6c4d60b7b46c.tar.xz
Make user_type extensible and allow default user_type to be set (#18456)
Diffstat (limited to 'docs/admin_api/user_admin_api.md')
-rw-r--r--docs/admin_api/user_admin_api.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/admin_api/user_admin_api.md b/docs/admin_api/user_admin_api.md

index ee22b0db50..31baf96e58 100644 --- a/docs/admin_api/user_admin_api.md +++ b/docs/admin_api/user_admin_api.md
@@ -163,7 +163,8 @@ Body parameters: - `locked` - **bool**, optional. If unspecified, locked state will be left unchanged. - `user_type` - **string** or null, optional. If not provided, the user type will be not be changed. If `null` is given, the user type will be cleared. - Other allowed options are: `bot` and `support`. + Other allowed options are: `bot` and `support` and any extra values defined in the homserver + [configuration](../usage/configuration/config_documentation.md#user_types). ## List Accounts ### List Accounts (V2)