OverviewServicesGetOnlineUsers Method |
Namespace: IngeniuxCMService
List of users that are logged in
Sample JSON return
{
"ContentFreezeEndTime": "",
"ContentFreezeStartTime": "",
"code": 0,
"error": null,
"message": [
{
"LastActive": "20180406T00:11:54",
"Name": "Jim",
"Picture": "jim.jpg",
"Title": "CEO",
"UserId": "jim"
},
{
"LastActive": "20180406T00:11:54",
"Name": "Arnold",
"Picture": "arnold.jpg",
"Title": "Lead Developer",
"UserId": "arnold"
}
]
}