[GH-ISSUE #43] Support POST to /api/accounts/profile #13

Closed
opened 2026-03-03 01:23:45 +03:00 by kerem · 2 comments
Owner

Originally created by @DrMurx on GitHub (Jun 15, 2018).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/43

The be compatible with the Bitwarden API, the endpoint /api/accounts/profile should also support POST requests to update your own full name.

Originally created by @DrMurx on GitHub (Jun 15, 2018). Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/43 The be compatible with the Bitwarden API, the endpoint `/api/accounts/profile` should also support POST requests to update your own full name.
kerem closed this issue 2026-03-03 01:23:46 +03:00
Author
Owner

@mprasil commented on GitHub (Jun 16, 2018):

Valut posts data in following format:

{"name":"User Name","masterPasswordHint":null,"culture":"en-US"}

The masterPasswordHint should probably be parsed as Option as it might contain the hint string.

<!-- gh-comment-id:397838084 --> @mprasil commented on GitHub (Jun 16, 2018): Valut posts data in following format: ``` {"name":"User Name","masterPasswordHint":null,"culture":"en-US"} ``` The masterPasswordHint should probably be parsed as Option as it might contain the hint string.
Author
Owner

@dani-garcia commented on GitHub (Jun 16, 2018):

I've implemented this now.
I also implemented email address change, which on the upstream server requires inputting a token sent to the new address. As we don't do email validation, I ignore any values to that field, so any value works.

<!-- gh-comment-id:397841603 --> @dani-garcia commented on GitHub (Jun 16, 2018): I've implemented this now. I also implemented email address change, which on the upstream server requires inputting a token sent to the new address. As we don't do email validation, I ignore any values to that field, so any value works.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vaultwarden#13
No description provided.