2022-07-13 14:23:48 +02:00
# openapi.model.UserResponseDto
## Load the model package
```dart
import 'package:openapi/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
2023-11-14 05:10:35 +02:00
**avatarColor** | [**UserAvatarColor** ](UserAvatarColor.md ) | |
2023-08-01 18:49:18 +02:00
**createdAt** | [**DateTime** ](DateTime.md ) | |
**deletedAt** | [**DateTime** ](DateTime.md ) | |
2022-07-13 14:23:48 +02:00
**email** | **String** | |
2023-08-01 18:49:18 +02:00
**externalPath** | **String** | |
**id** | **String** | |
**isAdmin** | **bool** | |
2023-08-14 19:52:06 +02:00
**memoriesEnabled** | **bool** | | [optional]
2023-11-12 03:03:32 +02:00
**name** | **String** | |
2023-08-01 18:49:18 +02:00
**oauthId** | **String** | |
2022-07-13 14:23:48 +02:00
**profileImagePath** | **String** | |
**shouldChangePassword** | **bool** | |
2023-08-01 18:49:18 +02:00
**storageLabel** | **String** | |
2023-05-30 15:15:56 +02:00
**updatedAt** | [**DateTime** ](DateTime.md ) | |
2022-07-13 14:23:48 +02:00
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)