immich/mobile/openapi/doc/UserResponseDto.md

781 B

openapi.model.UserResponseDto

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
id String
email String
firstName String
lastName String
createdAt String
profileImagePath String
shouldChangePassword bool
isAdmin bool
deletedAt DateTime [optional]
updatedAt String [optional]
oauthId String

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