1
0
mirror of https://github.com/immich-app/immich.git synced 2024-12-04 10:34:56 +02:00
immich/mobile/openapi/doc/UserResponseDto.md
Zeeshan Khan fe4b307fe6
feat(server,web): Delete and restore user from the admin portal (#935)
* delete and restore user from admin UI

* addressed review comments and fix e2e test

* added cron job to delete user, and some formatting changes

* addressed review comments

* adding missing queue registration
2022-11-07 15:53:47 -06:00

695 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

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