band account register
Create a new Bandwidth Build account
Synopsis
Creates a new Bandwidth Build account.
After registration, complete account setup in your browser:
- Check your email for a registration link from Bandwidth
- Enter the OTP code sent via SMS to verify your phone number
- Set your password and enter the OTP code from your email
- Go to Account > API Credentials to generate OAuth2 credentials
- Run "band auth login" with those credentials
band account register [flags]
Examples
band account register --phone +19195551234 --email user@example.com --first-name John --last-name Doe
Options
--accept-tos Accept the Build Terms of Service (required; use for non-interactive mode)
--email string Email address (required)
--first-name string First name (required)
-h, --help help for register
--last-name string Last name (required)
--phone string Phone number (required)
Options inherited from parent commands
--account-id string Bandwidth account ID (overrides config)
--environment string API environment: prod, test (overrides config)
--format string Output format: json or table (default "json")
--plain Simplified flat JSON output (recommended for scripts and agents)
SEE ALSO
- band account - Manage Bandwidth account registration