From a4d8da7a1b6540652b3e0e1b4faa6c4d60b7b46c Mon Sep 17 00:00:00 2001 From: Hugh Nimmo-Smith Date: Tue, 3 Jun 2025 12:34:40 +0100 Subject: Make user_type extensible and allow default user_type to be set (#18456) --- docs/admin_api/user_admin_api.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/admin_api') 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) -- cgit 1.5.1