github.com/10XDev/rclone@v1.52.3-0.20200626220027-16af9ab76b2a/docs/content/commands/rclone_config_userinfo.md (about) 1 --- 2 title: "rclone config userinfo" 3 description: "Prints info about logged in user of remote." 4 slug: rclone_config_userinfo 5 url: /commands/rclone_config_userinfo/ 6 # autogenerated - DO NOT EDIT, instead edit the source code in cmd/config/userinfo/ and as part of making a release run "make commanddocs" 7 --- 8 # rclone config userinfo 9 10 Prints info about logged in user of remote. 11 12 ## Synopsis 13 14 15 This prints the details of the person logged in to the cloud storage 16 system. 17 18 19 ``` 20 rclone config userinfo remote: [flags] 21 ``` 22 23 ## Options 24 25 ``` 26 -h, --help help for userinfo 27 --json Format output as JSON 28 ``` 29 30 See the [global flags page](/flags/) for global options not listed here. 31 32 ## SEE ALSO 33 34 * [rclone config](/commands/rclone_config/) - Enter an interactive configuration session. 35