diff options
author | Ashish Kumar <ashfame@users.noreply.github.com> | 2022-11-11 19:38:17 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-11 15:38:17 +0000 |
commit | a3623af74e0af0d2f6cbd37b47dc54a1acd314d5 (patch) | |
tree | 75eb73d5832e371e47dffcc571bc6e35ce523939 /changelog.d | |
parent | Merge/remove `Slaved*` stores into `WorkerStores` (#14375) (diff) | |
download | synapse-a3623af74e0af0d2f6cbd37b47dc54a1acd314d5.tar.xz |
Add an Admin API endpoint for looking up users based on 3PID (#14405)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/14405.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14405.feature b/changelog.d/14405.feature new file mode 100644 index 0000000000..d3ba89b597 --- /dev/null +++ b/changelog.d/14405.feature @@ -0,0 +1 @@ +Add an [Admin API](https://matrix-org.github.io/synapse/latest/usage/administration/admin_api/index.html) endpoint for user lookup based on third-party ID (3PID). Contributed by @ashfame. |