Versions Compared

Key

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

The action updateUser allows you to bulk update user’s information.

The updateUser action is available for Jira CLI and Confluence CLI. The parameters for this action vary for Jira CLI and Confluence CLI.

Panel
panelIconIdatlassian-info
panelIcon:info:
bgColor#FFFAE6

You can rename the user Id parameter to newUserId only in the Jira instance.

Jira CLI Parameters

Confluence CLI Parameters

UserId or userKey (mandatory)

userID (mandatory)

userEmail (mandatory)

userEmail (mandatory)

userFullname (optional)

userFullname (optional)

userPasswords (optional)

userPasswords (optional)

activate/deactivate (optional)

activate/deactivate (optional)

...

panelIconIdatlassian-info
panelIcon:info:
bgColor#FFF0B3

...

Updating User Information - Confluence CLI updateUser for user management. The plugin provides options to update the user's email, full name, password, and activation status. However, it does NOT provide the option to update the user ID: this is an Atlassian restriction.

...