immich/mobile/openapi/doc/UserEntity.md

888 B

openapi.model.UserEntity

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
id String
firstName String
lastName String
isAdmin bool
email String
password String [optional]
salt String [optional]
oauthId String
profileImagePath String
shouldChangePassword bool
createdAt String
deletedAt DateTime [optional]
tags List [default to const []]

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