> For the complete documentation index, see [llms.txt](https://sway-technologies.gitbook.io/sway-charts-api-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sway-technologies.gitbook.io/sway-charts-api-documentation/rest-api-specification/cash-transaction/user-details.md).

# User Details

| Field        | Value                                                                                                                           | Type                                                                                                                               |
| ------------ | ------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| **login**    | Login of the user                                                                                                               | String, **required**                                                                                                               |
| **domain**   | Domain of the user                                                                                                              | String, **required**                                                                                                               |
| **username** | Full username in the `login@domain` format                                                                                      | String, **required**                                                                                                               |
| **version**  | Numeric version of the user. Client can use this value to find out which of the updates is more recent (its version is greater) | [Number](/sway-charts-api-documentation/rest-api-specification/getting-started/data-types-and-formats.md), **required**            |
| **fullName** | Full name of the user                                                                                                           | String, **required**                                                                                                               |
| **accounts** | List of accounts owned by the user                                                                                              | List of [account details](/sway-charts-api-documentation/rest-api-specification/cash-transaction/account-details.md), **required** |
