This function gets a count of the email addresses that each system account sent mail to within a specific period of time. It groups the data by each system user for all the system's users.
HTTP Request was successful.
object | |
object |
whmapi1 --output=jsonpretty \ get_unique_sender_recipient_count_per_user \ start_time='1550702383' \ end_time='1551192100'
{- "data": {
- "payload": [
- {
- "unique_sender_recipient_count": 120,
- "user": "username"
}
]
}, - "metadata": {
- "command": "get_unique_sender_recipient_count_per_user",
- "reason": "OK",
- "result": 1,
- "version": 1
}
}