Admin Users
Get user message analytics
Retrieve analytics about user messages including text messages, image requests, video requests, and failure counts
get/admin/users/{id}/message-analytics
Path parameters
idstring required
Example:user-uuid-here
User ID
Response
User message analytics retrieved successfully
Example response
{
"userId": "user-uuid-here",
"textMessagesSent": 150,
"imageRequestsSent": 25,
"videoRequestsSent": 10,
"attachmentFailures": 3,
"messageFailures": 2,
"callsCount": 7
}