SSHOC / sshoc-marketplace-backend

Code for the backend
Apache License 2.0
2 stars 0 forks source link

Implement API call to change email of user #456

Open KlausIllmayer opened 3 months ago

KlausIllmayer commented 3 months ago

We need a new API call that allows us to change the email of a user. Currently, this is not possible but we already had the cases, that users get a new email in the meantime.

Something like:

PUT /api/users/{id}/email - update email for given user (same like the already existing PUT /api/users/{id}/password)

informing also @mkrzmr @laureD19

vronk commented 1 month ago

How often does this case occur? It seems this is more an exception, so I would propose to postpone the resolution to some later point.