---
title: "Modify the properties of a given Account"
method: POST
path: "/2010-04-01/Accounts/{Sid}.json"
tags: ["Api20100401Account"]
---

# Modify the properties of a given Account

`POST /2010-04-01/Accounts/{Sid}.json`

Modify the properties of a given Account

## Path parameters

- `Sid` string, required

## Response `200`

OK

- ApiV2010Account
  - `auth_token` string, nullable — The authorization token for this account. This token should be kept a secret, so no sharing.
  - `date_created` string, date-time-rfc-2822, nullable — The date that this account was created, in GMT in RFC 2822 format
  - `date_updated` string, date-time-rfc-2822, nullable — The date that this account was last updated, in GMT in RFC 2822 format.
  - `friendly_name` string, nullable — A human readable description of this account, up to 64 characters long. By default the FriendlyName is your email address.
  - `owner_account_sid` string, nullable — 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, nullable — A 34 character string that uniquely identifies this resource.
  - `status` 'active' | 'suspended' | 'closed' — The status of this account. Usually `active`, but can be `suspended` or `closed`.
  - `subresource_uris` object, nullable — A Map of various subresources available for the given Account Instance
  - `type` 'Trial' | 'Full' — The type of this account. Either `Trial` or `Full` if it's been upgraded
  - `uri` string, nullable — The URI for this resource, relative to `https://api.twilio.com`

## Other responses

- `409` — The account was modified by another request

## Changes

- **2026-08-11** (v2010) `6b6ffccef14c` — 1 info
  - added the non-success response with the status `409`

[Change history](https://skmtc.dev/twilio/apis/api-v2010/changes/2010-04-01/Accounts/:Sid.json/post.md)

---

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