API Calls for User Usage?

Hi all,
Looking to find a way to use the api calls to get user send and receive stats. I like the email that MIAB sends, however, would like to pull the same data, at any given time. I know about munin page to get a overview, however, i do find the report that MIAB sends out I think once a week, or two to be great. Just wondering how to replicate that those same details via an api call?

Thank you for any guidance.

I assume you mean the email with subject “Mail-in-a-Box Usage Report”.
The MiaB API does not provide this information. The content of this mail is generated by the following command management/mail_log.py -t week. This could be the basis for an adding API calls that provide user statistics. This does mean you will need to do some programming to get this to work. How’s your Python?

1 Like

hi Kieker Jan, Yes, was looking for a way to pull the usage reports manually via the api. Not a big issue, but was wanting to get the details when needed or wanted. Thank you for the response, much appreciated.