PUT api/2.0/security/activeconnections/logout/{loginEventId} This function requires authentication

Description

Logs out from the connection with the ID specified in the request.

Parameters
Name Description Type Example
loginEventId
sent in body
Login event ID number 1234
Example
PUT api/2.0/security/activeconnections/logout/{logineventid}
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json

{
  "loginEventId": 1234
}
Returns

Boolean value: true if the operation is successful