# account_name

Name by which the account is known and which is usually used to identify the account.

* Type: `string`
* Maximum Length: 140


## JSON schema extract


```json
"account_name": {
    "description": "Name by which the account is known and which is usually used to identify the account.",
    "type": "string",
    "maxLength": 140
}
```