# Create a new Twilio Subaccount from the account making the request **POST /2010-04-01/Accounts.json** Create a new Twilio Subaccount from the account making the request Twilio accounts (aka Project) or subaccounts ## Servers - https://api.twilio.com: https://api.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Body: application/x-www-form-urlencoded (object) - **FriendlyName** (string) A human readable description of the account to create, defaults to `SubAccount Created at {YYYY-MM-DD HH:MM meridian}` ## Responses ### 201 Created #### Headers - **Access-Control-Allow-Origin** (string) Specify the origin(s) allowed to access the resource - **Access-Control-Allow-Methods** (string) Specify the HTTP methods allowed when accessing the resource - **Access-Control-Allow-Headers** (string) Specify the headers allowed when accessing the resource - **Access-Control-Allow-Credentials** (boolean) Indicates whether the browser should include credentials - **Access-Control-Expose-Headers** (string) Headers exposed to the client #### Body: application/json (object) - **auth_token** (string | null) The authorization token for this account. This token should be kept a secret, so no sharing. - **date_created** (string(date-time-rfc-2822) | null) The date that this account was created, in GMT in RFC 2822 format - **date_updated** (string(date-time-rfc-2822) | null) The date that this account was last updated, in GMT in RFC 2822 format. - **friendly_name** (string | null) A human readable description of this account, up to 64 characters long. By default the FriendlyName is your email address. - **owner_account_sid** (string | null) The unique 34 character id that represents the parent of this account. The OwnerAccountSid of a parent account is it's own sid. - **sid** (string | null) A 34 character string that uniquely identifies this resource. - **status** (string) The status of this account. Usually `active`, but can be `suspended` or `closed`. - **subresource_uris** (object(uri-map) | null) 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 | null) The URI for this resource, relative to `https://api.twilio.com` [Powered by Bump.sh](https://bump.sh)