# TxAccountUpdates

#### Blockchain operations

* account\_update

#### Columns

| Name           | Description                                                                          |
| -------------- | ------------------------------------------------------------------------------------ |
| account        | username of the account to change                                                    |
| owner          | new owner public authorities. If null, the existing authorities are left unchanged.  |
| active         | new active public authorities. If null, the existing authorities are left unchanged. |
| posting        | new posting authorities. If null, the existing authorities are left unchanged.       |
| memo\_key      | new or existing memo key (it cannot be null)                                         |
| json\_metadata | new account metadata. If null, the existing metadata is left unchanged.              |

#### Description

This operation is used to update the account information. As it allows to change the account authorities and memo key, the Private Active Key is required to broadcast it to the blockchain.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.hivesql.io/technical-informations/operations/txaccountupdates.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
