> For the complete documentation index, see [llms.txt](https://faq.droam.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faq.droam.com/menu/webhooks/webhook-payload-models/end-user-model.md).

# End User Model

End User Model - is an extended model from Account Model for show platform end user parameters. The fields of the End User model are presented in the table (Table 4.3), with an example below (Listing 4.2).

**Table 4.3 - Fields of End User Model**

<figure><img src="/files/c7ZPswqXjEFLodYS6tlm" alt=""><figcaption></figcaption></figure>

**Listing 4.2 - Example of End User Model (JSON)**

```
{
     "uuid":                    "ff472de7-59b2-425d-96ec-9d1ff4bab684",
     "name":                    "Example End User",
     "status":                  {...//Status Model},
     "currency_code":           "EUR",
     "email_for_notification":  "email.notif@gmail.com",
     "vat_number":              "1234567890",
     "address":                 {...//Account Address Model},
     "owner":                   {...//User Model},
     "company":                 {...//Account Model}
}
```
