X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=osm_nbi%2Fauthconn.py;fp=osm_nbi%2Fauthconn.py;h=8f2f128c1555945267f3872a530f973ed1a0c7d0;hp=0ffaad8f498d999edeb7216b9aa16da9d0f42456;hb=2d5a515d32cf20f526e5922fae130868c9710dc3;hpb=65ca36d13f895d0a361d59a5962029d6e3ef7a99 diff --git a/osm_nbi/authconn.py b/osm_nbi/authconn.py index 0ffaad8..8f2f128 100644 --- a/osm_nbi/authconn.py +++ b/osm_nbi/authconn.py @@ -184,10 +184,11 @@ class Authconn: """ raise AuthconnNotImplementedException("Should have implemented this") - def get_user_list(self): + def get_user_list(self, filter_q={}): """ Get user list. + :param filter_q: dictionary to filter user list. :return: returns a list of users. """