Skip to main content

gns3util user update

Update a user

Synopsis

Update a given User with a given ID or name which will be resolved to a ID if a User with a matching name exists.
gns3util user update [user-name/id] [flags]

Examples

gns3util -s https://controller:3080 user update my-user --username newname --password newpassword

Options

  -e, --email string       Desired email for the user
  -f, --full-name string   Desired full name for the user
  -h, --help               help for update
  -a, --is-active          Marking the user as currently active
  -p, --password string    Desired password for the user
  -j, --use-json string    Provide a raw JSON string to send instead of flags
  -u, --username string    Desired username for the User

Options inherited from parent commands

  -c, --cluster string    Cluster name from keyfile. Mutually exclusive with --server
  -i, --insecure          Ignore unsigned SSL-Certificates. Can be set via GNS3_INSECURE
  -k, --key-file string   Path to authentication keyfile. Can be set via GNS3_KEY_FILE or config.toml
  -o, --output string     Output format: [json, json-colorless, collapsed, yaml, toml, table, table-ascii]. Can be set via GNS3_OUTPUT (default "table")
  -s, --server string     GNS3v3 Server URL. Can be set via GNS3_SERVER or config.toml

SEE ALSO

Auto generated by spf13/cobra on 24-Mar-2026