mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-09 07:03:10 -06:00
Additional information on using the administration API
This commit is contained in:
parent
6351ff22da
commit
14c0d47eed
|
|
@ -13,6 +13,13 @@ without warning.
|
|||
|
||||
More endpoints will be added in the future.
|
||||
|
||||
Endpoints may be used directly through curl.:
|
||||
|
||||
|
||||
```
|
||||
curl --header "Authorization: Bearer <access_token>" -X <POST|GET|PUT> <Endpoint URI> -d '<Request Body Content>'"
|
||||
```
|
||||
|
||||
## GET `/_dendrite/admin/evacuateRoom/{roomID}`
|
||||
|
||||
This endpoint will instruct Dendrite to part all local users from the given `roomID`
|
||||
|
|
@ -69,4 +76,4 @@ guidance on configuring and using this endpoint.
|
|||
## GET `/_matrix/client/v3/admin/whois/{userId}`
|
||||
|
||||
From [Matrix Spec](https://spec.matrix.org/v1.3/client-server-api/#get_matrixclientv3adminwhoisuserid)
|
||||
Gets information about from about a particular user.
|
||||
Gets information about a particular user.
|
||||
|
|
|
|||
Loading…
Reference in a new issue