mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
1.3 KiB
1.3 KiB
openapi.model.UserAdminResponseDto
Load the model package
import 'package:openapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| avatarColor | UserAvatarColor | ||
| createdAt | DateTime | Creation date | |
| deletedAt | DateTime | Deletion date | |
| String | User email | ||
| id | String | User ID | |
| isAdmin | bool | Is admin user | |
| license | UserLicense | ||
| name | String | User name | |
| oauthId | String | OAuth ID | |
| profileChangedAt | DateTime | 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 | ||
| storageLabel | String | Storage label | |
| updatedAt | DateTime | Last update date |