Skip to main content

Create Subprojects

This endpoint create a subproject on the Project you are connecting as.

Permissions

The API token must include the following scopes: Management.

Request Body REQUIRED
FriendlyName string REQUIRED

The name of the Project, up to 250 characters long.

Responses
200

OK

Schema OPTIONAL
auth_token string OPTIONAL

The authorization token for this Project. This token should be kept a secret and is not returned in a normal request.

date_created string OPTIONAL

The date, in RFC 2822 GMT format, this Project was created.

date_updated string OPTIONAL

The date, in RFC 2822 GMT format, this Project was updated.

friendly_name string OPTIONAL

The name of the Project, up to 250 characters long.

owner_account_sid uuid OPTIONAL

The Project ID that uniquely identifies the parent of the Project.

sid uuid OPTIONAL

The Project ID that uniquely identifies the Project to retrieve.

status string OPTIONAL

The status of the Project. Possible values are: active, suspended, or closed.

subproject boolean OPTIONAL

Whether or not the project is a sub-project

subresource_uris object OPTIONAL

A Map of sub-projects that are linked to the given Project.

available_phone_numbers uri OPTIONAL
calls uri OPTIONAL
conferences uri OPTIONAL
incoming_phone_numbers uri OPTIONAL
notifications uri OPTIONAL
outgoing_caller_ids uri OPTIONAL
recordings uri OPTIONAL
transcriptions uri OPTIONAL
addresses uri OPTIONAL
signing_keys uri OPTIONAL
connect_apps uri OPTIONAL
sip uri OPTIONAL
authorized_connect_apps uri OPTIONAL
usage uri OPTIONAL
keys uri OPTIONAL
applications uri OPTIONAL
short_codes uri OPTIONAL
queues uri OPTIONAL
messages uri OPTIONAL
type string OPTIONAL

The type of the Project. Possible values are: Trial and Full.

uri uri OPTIONAL

The URI for the Project.