immich/mobile/openapi/doc/UserAdminResponseDto.md

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
email 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

[Back to Model list] [Back to API list] [Back to README]