# 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](https://sway-technologies.gitbook.io/sway-charts-api-documentation/rest-api-specification/getting-started/data-types-and-formats), **required**            |
| **fullName** | Full name of the user                                                                                                           | String, **required**                                                                                                                                                |
| **accounts** | List of accounts owned by the user                                                                                              | List of [account details](https://sway-technologies.gitbook.io/sway-charts-api-documentation/rest-api-specification/cash-transaction/account-details), **required** |


---

# 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://sway-technologies.gitbook.io/sway-charts-api-documentation/rest-api-specification/cash-transaction/user-details.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.
