0

I am trying to grab a report of all users, and how many emails they sent/received. The Workspace admin reports all for a report of this on a given day, but I would want to look at the comparison of month-to-month data.

Is there any easy way to grab this and I'm missing it?

CGross
  • 493
  • 1
  • 7
  • 18

1 Answers1

0

You can open your Admin Console and go to Reports > User Reports > Apps Usage and click on the download button to export it

enter image description here

The sheet will have two columns:

| Total emails [2022-03-18 GMT] | Emails sent [2022-03-18 GMT] |

That date is the one you select in your Admin Console until today. From the Admin Console there's no easy way to do it, as you have to download that file every day.

If you have some programming knowledge, you can use the Reports API and have the script to update everyday and download. Share the script and we can help you from there.

David Salomon
  • 804
  • 1
  • 7
  • 24