Docs Menu
Docs Home
/ /
MongoDB CLI
/ /

mongocli auth whoami

On this page

  • Syntax
  • Options
  • Inherited Options
  • Examples

Verifies and displays information about your authentication state.

Command Syntax
mongocli auth whoami [options]
Name
Type
Required
Description

-h, --help

false

help for whoami

Name
Type
Required
Description

-P, --profile

string

false

Name of the profile to use from your configuration file. To learn about profiles for MongoCLI, see https://dochub.mongodb.org/core/atlas-cli-configuration-file.

# See the logged account:
mongocli auth whoami

Back

logout