---
title: "update account"
method: PUT
path: "/Accounts/{AccountSid}"
tags: ["Accounts"]
---

# update account

`PUT /Accounts/{AccountSid}`

## Request body

- Account
  - `account_sid` string, uuid, required
  - `name` string, required
  - `sip_realm` string
  - `registration_hook` Webhook
    - `webhook_sid` string, uuid
    - `url` string, url, required
    - `method` 'get' | 'post'
    - `username` string
    - `password` string
  - `device_calling_application_sid` string, uuid
  - `service_provider_sid` string, uuid, required

## Response `204`

account updated

## Other responses

- `404` — account not found
- `422` — unprocessable entity
- `500` — system error

---

[API](https://skmtc.dev/jambonz/apis/jambonz-api.md) · [All operations](https://skmtc.dev/jambonz/apis/jambonz-api/llms.txt) · [OpenAPI document](https://skmtc.dev/jambonz/apis/jambonz-api/revisions/e4dc0ac5477d?raw)
