Automate User Reports to Clients
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2023 06:33 PM
Hello, has anyone ever successfully setup automated reports on user enrollment and usage to external email recipients?
Looking to send reports out to clients based on their particular user counts monthly.
- Labels:
-
API - General

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2023 07:13 PM
Hi bmcd113,
The Accounts API when used with the Admin API for the child accounts would have the ability to make the calls required to get this information from Duo. You could then export/integrate the information output with your email systems.
If you are an MSP with questions about the Accounts API, please contact the Duo MSP team, who will be able to assist in more detail.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2023 10:12 AM
mbegan/Duo-PSModule: Duo Admin API Powershell Wrapper Module (github.com)
That's something we use. It's easy to setup but pretty sure this will help you on what you're needing.
After installing it you can retrieve properties such as 'last_login' & the module of their 'phone' since that would be their 2nd factor(enrolled).
I hope this helps!
