mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
31 lines
1.3 KiB
Markdown
31 lines
1.3 KiB
Markdown
# openapi.model.UserAdminResponseDto
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:openapi/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**avatarColor** | [**UserAvatarColor**](UserAvatarColor.md) | |
|
|
**createdAt** | [**DateTime**](DateTime.md) | Creation date |
|
|
**deletedAt** | [**DateTime**](DateTime.md) | Deletion date |
|
|
**email** | **String** | User email |
|
|
**id** | **String** | User ID |
|
|
**isAdmin** | **bool** | Is admin user |
|
|
**license** | [**UserLicense**](UserLicense.md) | |
|
|
**name** | **String** | User name |
|
|
**oauthId** | **String** | OAuth ID |
|
|
**profileChangedAt** | [**DateTime**](DateTime.md) | Profile change date |
|
|
**profileImagePath** | **String** | Profile image path |
|
|
**quotaSizeInBytes** | **int** | Storage quota in bytes |
|
|
**quotaUsageInBytes** | **int** | Storage usage in bytes |
|
|
**shouldChangePassword** | **bool** | Require password change on next login |
|
|
**status** | [**UserStatus**](UserStatus.md) | |
|
|
**storageLabel** | **String** | Storage label |
|
|
**updatedAt** | [**DateTime**](DateTime.md) | Last update date |
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|