When you first sign up with Twilio, you have just one account, your Main account. But you can also create more Subaccounts.
Subaccounts are useful for segmenting phone numbers and usage data for customers and controlling access to data.
From your account, you can create a resource, Get existing resources, and Update resources.
Account Properties
The request body of an account contains the following parameters.
Parameter | Type | Description |
---|---|---|
auth_token | string | The authorization token for this account. This token should be kept a secret, so no sharing. |
date_created | string | The date that this account was created, in GMT in RFC 2822 format |
date_updated | string | The date that this account was last updated, in GMT in RFC 2822 format. |
friendly_name | string | A human-readable description of this account, up to 64 characters long. By default, the FriendlyName is your email address. |
owner_account_sid | string | The unique 34-character id that represents the parent of this account. The OwnerAccountSid of a parent account is it's own sid. Pattern: ^AC[0-9a-fA-F]{32}$ Min length: 34 Max length: 34 |
sid | string | A 34-character string that uniquely identifies this resource.Pattern: ^AC[0-9a-fA-F]{32}$ Min length: 34 Max length: 34 |
status | string | The status of this account. Usually active, but can be suspended or closed. |
subresource_uris | string | A Map of various subresources available for the given Account Instance |
type | string | The type of this account. Either Trial or Full if it's been upgraded |
uri | string | The URI for this resource, relative to https://api.twilio.com |
Learn how to use these parameters on various endpoints next.