diff --git a/latest/404.html b/latest/404.html index 5a3f1b0b76..c127a64814 100644 --- a/latest/404.html +++ b/latest/404.html @@ -77,7 +77,7 @@ diff --git a/latest/CAPTCHA_SETUP.html b/latest/CAPTCHA_SETUP.html index 7479676a2a..3c60b214ec 100644 --- a/latest/CAPTCHA_SETUP.html +++ b/latest/CAPTCHA_SETUP.html @@ -76,7 +76,7 @@ diff --git a/latest/admin_api/account_validity.html b/latest/admin_api/account_validity.html index b65e2df438..b7a27e0094 100644 --- a/latest/admin_api/account_validity.html +++ b/latest/admin_api/account_validity.html @@ -76,7 +76,7 @@ diff --git a/latest/admin_api/event_reports.html b/latest/admin_api/event_reports.html index d4cae180d9..62f3d2e113 100644 --- a/latest/admin_api/event_reports.html +++ b/latest/admin_api/event_reports.html @@ -76,7 +76,7 @@ diff --git a/latest/admin_api/media_admin_api.html b/latest/admin_api/media_admin_api.html index 986aff8fc9..d1005372de 100644 --- a/latest/admin_api/media_admin_api.html +++ b/latest/admin_api/media_admin_api.html @@ -76,7 +76,7 @@ diff --git a/latest/admin_api/purge_history_api.html b/latest/admin_api/purge_history_api.html index 3620d2cb0c..bec236320b 100644 --- a/latest/admin_api/purge_history_api.html +++ b/latest/admin_api/purge_history_api.html @@ -76,7 +76,7 @@ diff --git a/latest/admin_api/register_api.html b/latest/admin_api/register_api.html index 69277c589f..6469a9452e 100644 --- a/latest/admin_api/register_api.html +++ b/latest/admin_api/register_api.html @@ -76,7 +76,7 @@ diff --git a/latest/admin_api/room_membership.html b/latest/admin_api/room_membership.html index f3c5429c92..ac593aca69 100644 --- a/latest/admin_api/room_membership.html +++ b/latest/admin_api/room_membership.html @@ -76,7 +76,7 @@ diff --git a/latest/admin_api/rooms.html b/latest/admin_api/rooms.html index d3fc9e7f14..8416ddc689 100644 --- a/latest/admin_api/rooms.html +++ b/latest/admin_api/rooms.html @@ -76,7 +76,7 @@ diff --git a/latest/admin_api/server_notices.html b/latest/admin_api/server_notices.html index ba7f004310..03b1cc668e 100644 --- a/latest/admin_api/server_notices.html +++ b/latest/admin_api/server_notices.html @@ -76,7 +76,7 @@ diff --git a/latest/admin_api/statistics.html b/latest/admin_api/statistics.html index 111a5cb447..68dc66f51e 100644 --- a/latest/admin_api/statistics.html +++ b/latest/admin_api/statistics.html @@ -76,7 +76,7 @@ diff --git a/latest/admin_api/user_admin_api.html b/latest/admin_api/user_admin_api.html index 650e3a00ed..5f4cc6c351 100644 --- a/latest/admin_api/user_admin_api.html +++ b/latest/admin_api/user_admin_api.html @@ -76,7 +76,7 @@ @@ -1166,6 +1166,30 @@ for more information.

}

Added in Synapse 1.68.0.

+

Find a user based on their Third Party ID (ThreePID or 3PID)

+

The API is:

+
GET /_synapse/admin/v1/threepid/$medium/users/$address
+
+

When a user matched the given address for the given medium, an HTTP code 200 with a response body like the following is returned:

+
{
+    "user_id": "@hello:example.org"
+}
+
+

Parameters

+

The following parameters should be set in the URL:

+ +

The address may have characters that are not URL-safe, so it is advised to URL-encode those parameters.

+

Errors

+

Returns a 404 HTTP status code if no user was found, with a response body like this:

+
{
+    "errcode":"M_NOT_FOUND",
+    "error":"User not found"
+}
+
+

Added in Synapse 1.72.0.

diff --git a/latest/admin_api/version_api.html b/latest/admin_api/version_api.html index c792ac35bf..ed06e76f63 100644 --- a/latest/admin_api/version_api.html +++ b/latest/admin_api/version_api.html @@ -76,7 +76,7 @@ diff --git a/latest/application_services.html b/latest/application_services.html index 6102759a65..cf46f32dac 100644 --- a/latest/application_services.html +++ b/latest/application_services.html @@ -76,7 +76,7 @@ diff --git a/latest/auth_chain_difference_algorithm.html b/latest/auth_chain_difference_algorithm.html index 758c68796c..509f6ba3b5 100644 --- a/latest/auth_chain_difference_algorithm.html +++ b/latest/auth_chain_difference_algorithm.html @@ -76,7 +76,7 @@ diff --git a/latest/code_style.html b/latest/code_style.html index 10a914abad..c40c012932 100644 --- a/latest/code_style.html +++ b/latest/code_style.html @@ -76,7 +76,7 @@ diff --git a/latest/consent_tracking.html b/latest/consent_tracking.html index 1d39cdc490..d29adb1fd9 100644 --- a/latest/consent_tracking.html +++ b/latest/consent_tracking.html @@ -76,7 +76,7 @@ diff --git a/latest/delegate.html b/latest/delegate.html index aced4c3f85..3d5bc5477e 100644 --- a/latest/delegate.html +++ b/latest/delegate.html @@ -76,7 +76,7 @@ @@ -223,7 +223,7 @@ reverse proxy.