Updates the user activity status.
Name | Description | Type | Example |
userOnline
sent in body
|
Specifies if the user is online or not | Bool value | true |
PUT api/2.0/mail/accounts/updateuseractivity Host: yourportal.onlyoffice.com Content-Type: application/json Accept: application/json { "userOnline": true }
This method doesn't return any data.