I'm trying to move the phone numbers in my master account to my subaccounts from within my Twilio dashboard. Is that possible? I've seen code for this using PHP or Python, but I don't have a software program to use this solution. We just work from within Twilio for this service.
Asked
Active
Viewed 175 times
1 Answers
0
As far as I know you can not transfer phone numbers within Twilio dashboard.
Using cURL you can do it from a command line.
Check my answer here: How to transfer phone number from master account to subaccount
As an alternative, you could use Twilio CLI.
Check the examples here: https://www.twilio.com/docs/twilio-cli/examples#transfer-a-phone-number-between-accounts

Alex Baban
- 11,312
- 4
- 30
- 44
-
Thank you for this! Much appreciated! – Agwebs Oct 15 '20 at 12:34