mongo-python-driver
mongo-python-driver copied to clipboard
how can I get users by python driver?
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!
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