diff options
author | Quentin Gliech <quenting@element.io> | 2022-09-16 14:29:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-16 12:29:03 +0000 |
commit | 74f60cec92c5aff87d6e74d177e95ec5f1a69f2b (patch) | |
tree | 52e7531244978963397cc701d500f9d07c74a711 /changelog.d | |
parent | Update request log format documentation to mention the format used when the a... (diff) | |
download | synapse-74f60cec92c5aff87d6e74d177e95ec5f1a69f2b.tar.xz |
Add an admin API endpoint to find a user based on its external ID in an auth provider. (#13810)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13810.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13810.feature b/changelog.d/13810.feature new file mode 100644 index 0000000000..f0258af661 --- /dev/null +++ b/changelog.d/13810.feature @@ -0,0 +1 @@ +Add an admin API endpoint to find a user based on its external ID in an auth provider. |