List User Logs
/users/{id}/logs
A list of mobile app syncs / web app activity for a specific user:
Get User Logs [GET]
Authorization: Admin
Response 200
Body
{
"page": 1,
"pages": 159,
"count": 7949,
"items": [
{
"id": 4191321,
"userId": 1013,
"createdAt": "2015-05-26T18:26:56.503Z",
"remoteId": "Web",
"activity": "N/A",
"accessPoint": "Web"
},
{
"id": 101123413,
"userId": 9082,
"createdAt": "2014-04-08T13:56:56-04:00",
"remoteId": "66990550-8eeb-11e3-8000-020000000000",
"activity": "Syncing Photos",
"type": "mobile"
}
]
}