Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Perform the below action command to add a profile picture to an user in Confluence.

    Code Block
    themeMidnight
    --action addUserPicture --userId "krishna" --file "picture.png" --mime "png"

    In the above command "krishna" is the userId of the and picture.pngĀ is the name of the image which is available in CLI directory. --mimeĀ is the optional parameter which is used for indicating the extensions of the --file parameter