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 | ||||||
---|---|---|---|---|---|---|
| ||||||
You can rename the user Id parameter to |
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) |
...
panelIconId | atlassian-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.
...