Model that describes a user and user parameters.
| Name | Type | Description |
|---|---|---|
| active | Boolean | Indicates whether the user is active. |
| address | String | User address. |
| can_authorize | Boolean | Indicates whether the user can authorize in the system. |
| date_of_birth | String | User birth date. |
| description | String | User description or note. |
| String | User email address. | |
| enable_hints | Boolean | Indicates whether hints are shown. |
| fields | Array of FieldValue | User additional field values. |
| first_name | String | User first name. |
| full_name | String | Full name. |
| id | Int64 | System user ID. |
| internal_phone | String | User internal phone. The field can be null. |
| language_code | String | User language code. |
| last_name | String | User last name. |
| last_update | Int64 | Last update date as Unix time. |
| login | String | User login. |
| main_phone | String | Phone used for user authorization. |
| middle_name | String | User middle name. |
| phones | String | Additional user phone numbers. |
| photo_url | String | User photo or avatar URL. |
| seller_barcode | String | Seller barcode. |
| sex | String | User gender. Allowed values: none, male, female. |
| sub | String | User UUID in the unified profile. Can be null. |
| system | Boolean | Indicates whether the user is a system user. |
| user_group | UserGroup | User group. |