github.com/xhghs/rclone@v1.51.1-0.20200430155106-e186a28cced8/docs/content/commands/rclone_config_userinfo.md (about) 1 --- 2 date: 2020-02-01T10:26:53Z 3 title: "rclone config userinfo" 4 slug: rclone_config_userinfo 5 url: /commands/rclone_config_userinfo/ 6 --- 7 ## rclone config userinfo 8 9 Prints info about logged in user of remote. 10 11 ### Synopsis 12 13 14 This prints the details of the person logged in to the cloud storage 15 system. 16 17 18 ``` 19 rclone config userinfo remote: [flags] 20 ``` 21 22 ### Options 23 24 ``` 25 -h, --help help for userinfo 26 --json Format output as JSON 27 ``` 28 29 See the [global flags page](/flags/) for global options not listed here. 30 31 ### SEE ALSO 32 33 * [rclone config](/commands/rclone_config/) - Enter an interactive configuration session. 34