Name | Description |
---|---|
first_name Required | String User's first name. |
last_name Required | String User's last name. |
contact_email Required | String User's contact email. The email address is used to send invoices and email notifications. If not specified, all emails, alerts and invoices are sent to email |
additional_info Required | String User's additional info |
timezone Required | String Account time zone |
company_name Required | String Company name |
billing_address Required | String Company billing address |
attn_contact_name Required | String Billing contact name |
sms_relay_url Required | String A webhook URL to forward inbound SMS sent to SMS enabled DIDs on the account |
{
"first_name": "Helen",
"last_name": "Williams",
"contact_email": "contact@email.com",
"additional_info": null,
"timezone": "America/Phoenix",
"company_name": "Awesome company",
"billing_address": "927 Murazik Keys, East Hermanshire, NE 32882-2764",
"attn_contact_name": "James Scott",
"sms_relay_url": "https://webhook.address.com/inboundSMS"
}