UserProfileResponse
Response DTO for user profile information
Properties
| Name | Type | Description |
|---|---|---|
| code | string | The user's unique code |
The user's unique code | ||
| string | The user's email address | |
The user's email address | ||
| firstName | string | The user's first name |
The user's first name | ||
| lastName | string | The user's last name |
The user's last name | ||
| fullName | string | The user's full name |
The user's full name | ||
| avatar | string | URL to the user's avatar image |
URL to the user's avatar image | ||
| utm | UtmInfoDto | |
JSON Example
{
"code": "string",
"email": "string",
"firstName": "string",
"lastName": "string",
"fullName": "string"
}