-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Can't get a list of accounts #6922
Comments
the endpoint is /_synapse/admin/v2/users, not /_matrix/client/r0/admin/users. |
I am using the client server api, cause I'm not working on localhost. |
this shouldn't be a problem.
I think the endpoint you're after was only added recently. You'll need to upgrade. |
Okay, I'll upgrade and let you know if it works. |
Upgraded to
|
I don't know what the expected result is. It's not a documented API, and one of the reasons we introduced You should use |
It delivers, the same result as |
Description
I'm trying to get all users (see doc),
GET /_matrix/client/r0/admin/users
returns following error:GET /_matrix/client/r0/admin/users/[userId]
is actually working.I think this could have sth. to do with following issue #6352.
Steps to reproduce
GET /_matrix/client/r0/admin/users
Version information
Homeserver: yes
Version:
Install method:
pip install https://github.com/matrix-org/synapse/tarball/master
Platform: Debian 9.11 (ESX VM)
The text was updated successfully, but these errors were encountered: