PUT restapi/personal/person/online/v1
This method is used to mark the online status of a user.
In itslearning, being online means that other users can see that this user is logged on from a client (e.g. from the itslearning platform).
If a client calls this, the user will be marked as online until the timeout in the response has passed. To prevent a user reverting to offline, call this method again until timeout from response has passed.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
The interval in seconds before you should call this method again
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>