- Reference >
mongoShell Methods >- User Management Methods >
- db.getUser()
db.getUser()¶
On this page
Definition¶
-
db.getUser(username)¶ Returns user information for a specified user. Run this method on the user’s database. The user must exist on the database on which the method runs.
The
db.getUser()method has the following parameter:Parameter Type Description usernamestring The name of the user for which to retrieve information. db.getUser()wraps theusersInfocommand.
Required Access¶
You must have the viewUser action on another user’s database to view the other user’s
credentials.
You can view your own information.
Example¶
The following sequence of operations returns information about the
appClient user on the accounts database: