Skip to main content

Update an Account

POST 

/Accounts/:Sid

Update a Project (also referred to as Account).

Permissions

The API token must include the following scopes: Management.

Request

Path Parameters

    Sid uuidrequired

    The Project ID that uniquely identifies the Project to retrieve.

Body

required

    FriendlyName string

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

Responses

OK

Schema

    auth_token string

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

    date_created string

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

    date_updated string

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

    friendly_name string

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

    owner_account_sid uuid

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

    sid uuid

    The Project ID that uniquely identifies the Project to retrieve.

    status string

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

    subproject boolean

    Whether or not the project is a sub-project

    subresource_uris

    object

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

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

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

    uri uri

    The URI for the Project.

Loading...