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)
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