PUT api/2.0/security/activeconnections/logout/{loginEventId}
Logs out from the connection with the ID specified in the request.
Name |
Description |
Type |
Example |
loginEventId
sent in body
|
Login event ID
|
number
|
1234
|
PUT api/2.0/security/activeconnections/logout/{logineventid}
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"loginEventId": 1234
}
Boolean value: true if the operation is successful