duosecurity / duo_client_python

Python library for interacting with the Duo Auth, Admin, and Accounts APIs
https://duo.com/docs/
Other
136 stars 136 forks source link

doc: add report_user_by_email.py to examples #242

Closed MarkTripod-Duo closed 1 year ago

MarkTripod-Duo commented 1 year ago

Description

Added new example script for retrieving user by email address via Duo Admin API

Motivation and Context

This was done in response to issue #231

How Has This Been Tested?

Tested via manual execution for both positive and negative result requests

Types of Changes