From 18d85fcb23abe6d317d80cfe259821d4c3c615bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Tue, 16 Dec 2025 19:41:35 +0100 Subject: [PATCH] Add info box in account registration section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kévin Commaille --- content/client-server-api/_index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/client-server-api/_index.md b/content/client-server-api/_index.md index 9623f4d3..4c76d6a5 100644 --- a/content/client-server-api/_index.md +++ b/content/client-server-api/_index.md @@ -501,6 +501,12 @@ user must do that directly in the homeserver's web UI. However, the client can signal to the homeserver that the user wishes to create a new account with the [`prompt=create`](#user-registration) parameter during authorization. +{{% boxes/note %}} +{{% added-in v="1.17" %}} +Application services can use the `/register` endpoint to create users regardless +of the authentication API supported by the homeserver. +{{% /boxes/note %}} + ### Login With the legacy API, a client can obtain an access token by using one of the