This function retrieves email tracking statistics for each user.
deliveryty | string The type of delivery to query. If you do not specify a value, this function returns all types.
Example: |
endtime | integer Default: The end time of the search window. Example: |
sender | string The sender's email address. If you do not specify a value, this function returns entries for mail from all senders. Example: |
starttime | integer Default: The start time of the search window. Example: |
HTTP Request was successful.
object | |
object |
whmapi1 --output=jsonpretty \ emailtrack_user_stats
{- "data": {
- "records": [
- {
- "DEFERCOUNT": 0,
- "DEFERFAILCOUNT": 0,
- "DOMAIN": "example.com",
- "FAILCOUNT": 0,
- "OWNER": "root",
- "PRIMARY_DOMAIN": "example.com",
- "REACHED_MAXDEFERFAIL": 1,
- "REACHED_MAXEMAILS": 1,
- "SENDCOUNT": 14,
- "SUCCESSCOUNT": 14,
- "TOTALSIZE": 27444,
- "USER": "example"
}
]
}, - "metadata": {
- "command": "emailtrack_user_stats",
- "reason": "OK",
- "result": 1,
- "version": 1
}
}