From 787e5c1b4145cc7766ebaff545dc75921d8862bf Mon Sep 17 00:00:00 2001 From: clokep Date: Wed, 17 May 2023 14:40:07 +0000 Subject: deploy: 41b9def9f2c02118796e147f63abf23bc2d7dc04 --- develop/admin_api/user_admin_api.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'develop/admin_api/user_admin_api.html') diff --git a/develop/admin_api/user_admin_api.html b/develop/admin_api/user_admin_api.html index 55af2cadb6..c7322cb65f 100644 --- a/develop/admin_api/user_admin_api.html +++ b/develop/admin_api/user_admin_api.html @@ -878,6 +878,26 @@ devices was last seen. (May be a few minutes out of date, for efficiency reasons

total - Total number of user's devices.

+

Create a device

+

Creates a new device for a specific user_id and device_id. Does nothing if the device_id +exists already.

+

The API is:

+
POST /_synapse/admin/v2/users/<user_id>/devices
+
+{
+  "device_id": "QBUAZIFURK"
+}
+
+

An empty JSON dict is returned.

+

Parameters

+

The following parameters should be set in the URL:

+ +

The following fields are required in the JSON request body:

+

Delete multiple devices

Deletes the given devices for a specific user_id, and invalidates any access token associated with them.

-- cgit 1.5.1