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.

ParameterTypeDescription
auth_tokenstringThe authorization token for this account. This token should be kept a secret, so no sharing.
date_createdstringThe date that this account was created, in GMT in RFC 2822 format
date_updatedstringThe date that this account was last updated, in GMT in RFC 2822 format.
friendly_namestringA human-readable description of this account, up to 64 characters long. By default, the FriendlyName is your email address.
owner_account_sidstringThe 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
sidstringA 34-character string that uniquely identifies this resource.

Pattern: ^AC[0-9a-fA-F]{32}$ Min length: 34 Max length: 34
statusstringThe status of this account. Usually active, but can be suspended or closed.
subresource_urisstringA Map of various subresources available for the given Account Instance
typestringThe type of this account. Either Trial or Full if it's been upgraded
uristringThe URI for this resource, relative to https://api.twilio.com

Learn how to use these parameters on various endpoints next.