We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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!
The text was updated successfully, but these errors were encountered:
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 #8
— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub #8
Sorry, something went wrong.
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: