twilio / authy-java

Java Client for Twilio Authy Two-Factor Authentication (2FA) API
https://www.twilio.com/docs/authy/api
MIT License
65 stars 46 forks source link

Update user mobile no or email. #47

Closed ragutheva closed 6 years ago

ragutheva commented 6 years ago

Hi Authy Team! How to update mobile no or email for existing user?

schmohlio commented 6 years ago

I believe you need to remove the User from the application first, and then re-create them in your application.

suarezjulian commented 6 years ago

There is no specific endpoint to change email or mobile number, but you can use @schmohlio's suggestion