github.com/rclone/rclone@v1.66.1-0.20240517100346-7b89735ae726/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 31 See the [global flags page](/flags/) for global options not listed here. 32 33 # SEE ALSO 34 35 * [rclone config](/commands/rclone_config/) - Enter an interactive configuration session. 36