summary (totals: invited users, total events, views, forks),invited_users[] (for INVITE_ONLY shares: each invited user withinvited_at, and a per-user activity rollup — views,activity[] (the append-only eventactivity[] is currently unbounded — pagination is a plannedshare_tokendata.curl --location --globoff 'https:///api/v2/chat-threads/share//access-log' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer '{
"success": true,
"message": "Access log retrieved successfully",
"data": {
"summary": {
"invited_users_count": 2,
"total_events": 14,
"views": 12,
"forks": 2
},
"invited_users": [
{
"user_id": 2,
"email": "[email protected]",
"username": "alice",
"permissions": {
"view": true,
"write": true,
"manage": false
},
"invited_at": "2026-01-06T12:00:00Z",
"views": 5,
"forks": 1,
"last_activity_at": "2026-01-06T14:30:00Z"
},
{
"user_id": 3,
"email": "[email protected]",
"username": "bob",
"permissions": {
"view": true,
"write": false,
"manage": false
},
"invited_at": "2026-01-06T12:05:00Z",
"views": 0,
"forks": 0,
"last_activity_at": null
}
],
"activity": [
{
"id": 41,
"user_id": 2,
"email": "[email protected]",
"username": "alice",
"event_type": "FORKED",
"occurred_at": "2026-01-06T14:30:00Z"
},
{
"id": 40,
"user_id": 2,
"email": "[email protected]",
"username": "alice",
"event_type": "VIEWED",
"occurred_at": "2026-01-06T14:25:00Z"
}
]
}
}