PUT api/2.0/security/activeconnections/logoutall/{userId}
Logs out from all the active connections for the user with the ID specified in the request.
Name |
Description |
Type |
Example |
userId
sent in body
|
User ID
|
guid
|
9924256A-739C-462b-AF15-E652A3B1B6EB
|
PUT api/2.0/security/activeconnections/logoutall/{userid}
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"userId": "9924256A-739C-462b-AF15-E652A3B1B6EB"
}
This method doesn't return any data.