utils.py

About this file

Function get_agency_active_users() retrieves a list of active users for the specified agency when passed an Agency EIN.

Code Check Report


No problems to report
                        

Documentation drawn from source code


get_agency_active_users(agency_ein):

Retrieve a list of active users for the specified agency.
:param agency_ein: Agency EIN
:return: List

Source code