How to add profile picture in Confluence using Confluence Command Line Interface (CLI)
This article explains how to add a profile picture in Confluence using the Confluence Command Line Interface app.
Instructions
Perform the following action command to add a profile picture to a user in Confluence:
--action addUserPicture --userId "krishna" --file "picture.png" --mime "png"
In the above command: