1 files changed, 9 insertions, 0 deletions
diff --git a/docs/workers.md b/docs/workers.md
index 2597e78217..45a00696f3 100644
--- a/docs/workers.md
+++ b/docs/workers.md
@@ -323,6 +323,15 @@ For multiple workers not handling the SSO endpoints properly, see
[#7530](https://github.com/matrix-org/synapse/issues/7530) and
[#9427](https://github.com/matrix-org/synapse/issues/9427).
+Additionally, when MSC3861 is enabled (`experimental_features.msc3861.enabled`
+set to `true`), the following endpoints can be handled by the worker:
+
+ ^/_synapse/admin/v2/users/[^/]+$
+ ^/_synapse/admin/v1/username_available$
+ ^/_synapse/admin/v1/users/[^/]+/_allow_cross_signing_replacement_without_uia$
+ # Only the GET method:
+ ^/_synapse/admin/v1/users/[^/]+/devices$
+
Note that a [HTTP listener](usage/configuration/config_documentation.md#listeners)
with `client` and `federation` `resources` must be configured in the
[`worker_listeners`](usage/configuration/config_documentation.md#worker_listeners)
|