---
title: "Update an Account"
method: POST
path: "/Accounts/{Sid}"
tags: ["Accounts"]
---

# Update an Account

`POST /Accounts/{Sid}`

Update a Project (also referred to as _Account_).

#### Permissions
The API token must include the following scopes: _Management_.

## Response `200`

OK

- object
  - `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` string, uuid — The Project ID that uniquely identifies the parent of the Project.
  - `sid` string, 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` string, uri
    - `calls` string, uri
    - `conferences` string, uri
    - `incoming_phone_numbers` string, uri
    - `notifications` string, uri
    - `outgoing_caller_ids` string, uri
    - `recordings` string, uri
    - `transcriptions` string, uri
    - `addresses` string, uri
    - `signing_keys` string, uri
    - `connect_apps` string, uri
    - `sip` string, uri
    - `authorized_connect_apps` string, uri
    - `usage` string, uri
    - `keys` string, uri
    - `applications` string, uri
    - `short_codes` string, uri
    - `queues` string, uri
    - `messages` string, uri
  - `type` string — The type of the Project. Possible values are: Trial and Full.
  - `uri` string, uri — The URI for the Project.

---

[API](https://skmtc.dev/signalwire/apis/compatibility-api.md) · [All operations](https://skmtc.dev/signalwire/apis/compatibility-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/signalwire/compatibility-api/revisions/e1376ef9bfca/schema)
