Skip to end of banner
Go to start of banner

How to add profile picture in Confluence using Confluence Command Line Interface (CLI)

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Current »

This article explains how to add a profile picture in Confluence using the Confluence Command Line Interface app.

Instructions

Perform the below 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

  • "krishna" is the userId for which we added user picture
  •  "picture.png" is the name of the image which is available in the CLI directory for --file.
  • --mime is the optional parameter that is used for indicating the extensions of the --file parameter.


  • No labels