Is it possible to allow users to update their account email addresses? It seems to be possible to let users change the rest of their user data, but not their account email. Is it possible?
thanks
Is it possible to allow users to update their account email addresses? It seems to be possible to let users change the rest of their user data, but not their account email. Is it possible?
thanks
@josh7 - Yes. You can use the following to change email of the Current User. The “New email” would be from an input field in your app.
You can use the “Make changes to current user” action to change other parameters for a User.
That’s brilliant! Thanks so much. I had been trying to use the “Make changes to current user” action.
Thanks again