My Account
The my-account command backs the Redmine /my/account.json endpoint. It is the only user-write path Redmine exposes to non-admin users — anyone who can authenticate can update their own first name, last name, email, or notification preferences without admin help.
get Show your own account details, including api_key and custom fields.
update Update your own first name, last name, email, or notification preference.
redmine my-account get [flags]Aliases: show, view. Shows ID, login, name, email, admin flag, status, mail notification preference, API key (when populated), custom fields, created/last-login timestamps.
| Flag | Description |
|---|---|
-o, --output | Output format |
update
Section titled “update”redmine my-account update [flags]Alias: edit. Updates your own account. Only flags you explicitly set are sent to the server — partial updates do not clobber other fields.
| Flag | Description |
|---|---|
--firstname | New first name |
--lastname | New last name |
--mail | New email address |
--mail-notification | Email notification preference: all, only_my_events, only_assigned, only_owner, none |