contember/engine

Allow users to change email

Closed this issue · 2 comments

Currently there is no mutation in tenant API to change their email (or I haven't found it).

Hi, the mutation is available in 1.4 (which is currnetly in beta), see

changeMyProfile(email: String, name: String): ChangeMyProfileResponse

Thanks!