diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2020-09-18 16:26:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-18 15:26:36 +0100 |
commit | d688b4bafca58dfff1be35615d6ff1e202d47cc6 (patch) | |
tree | 0fc4045148dc3876cf748c00541b1086ae5773fe /docs/admin_api | |
parent | Catch-up after Federation Outage (bonus): Catch-up on Synapse Startup (#8322) (diff) | |
download | synapse-d688b4bafca58dfff1be35615d6ff1e202d47cc6.tar.xz |
Admin API for querying rooms where a user is a member (#8306)
Add a new admin API `GET /_synapse/admin/v1/users/<user_id>/joined_rooms` to list all rooms where a user is a member.
Diffstat (limited to 'docs/admin_api')
-rw-r--r-- | docs/admin_api/user_admin_api.rst | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/docs/admin_api/user_admin_api.rst b/docs/admin_api/user_admin_api.rst |