mongo-python-driver icon indicating copy to clipboard operation
mongo-python-driver copied to clipboard

how can I get users by python driver?

Open haoglehaogle opened this issue 8 years ago • 1 comments

hello, How can I get all users added by add_user() via python API? I can get all users added by mongodb native shell like following:

db.system.users.find() but, I can't find approach in python API, could you provide some clue? Thanks in advanced!

haoglehaogle avatar May 07 '16 10:05 haoglehaogle

Please ask for help on Stack Overflow:

https://github.com/mongodb/mongo-python-driver/#how-to-ask-for-help

On Sat, May 7, 2016 at 6:31 AM, haoglehaogle [email protected] wrote:

hello, How can I get all users added by add_user() via python API? I can get all users added by mongodb native shell like following:

db.system.users.find() but, I can't find approach in python API, could you provide some clue? Thanks in advanced!

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/ajdavis/mongo-python-driver/issues/8

ajdavis avatar May 07 '16 14:05 ajdavis