Skip to content

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.

Terminal window
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.

FlagDescription
-o, --outputOutput format
Terminal window
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.

FlagDescription
--firstnameNew first name
--lastnameNew last name
--mailNew email address
--mail-notificationEmail notification preference: all, only_my_events, only_assigned, only_owner, none