# TxAccountUpdates2

#### Blockchain operations

* account\_update2

#### 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. If null, the existing data is left unchanged.              |
| json\_metadata          | new account metadata. If null, the existing metadata is left unchanged.              |
| posting\_json\_metadata | new account posting metadata. If null, the existing metadata is left unchanged.      |
| extensions              | reserved for future use                                                              |

#### Description

This operation behaves identically to the `account_update` operation (see [TxAccountUpdates](/technical-informations/operations/txaccountupdates.md)) except that, when the owner, active and posting authorities and the memo key are not present, the transaction can be signed with the posting key instead of the active key.


---

# 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/txaccountupdates2.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.
