If I implement passwordless login can I update the user’s profile with both their email and phone? I’d like to give them the option to login with either and make sure a user doesn’t get duplicated if they switch from one to the other. I only see API methods to read the user profile or change the email, not to add anything to it.