Make user_type extensible and allow default user_type to be set (#18456)

This commit is contained in:
Hugh Nimmo-Smith
2025-06-03 12:34:40 +01:00
committed by GitHub
parent fae72f181b
commit a4d8da7a1b
12 changed files with 306 additions and 47 deletions

View File

@@ -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)