mirror of
https://github.com/immich-app/immich.git
synced 2025-11-09 00:06:43 -05:00
* 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
695 B
695 B
openapi.model.UserResponseDto
Load the model package
import 'package:openapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | ||
| String | |||
| firstName | String | ||
| lastName | String | ||
| createdAt | String | ||
| profileImagePath | String | ||
| shouldChangePassword | bool | ||
| isAdmin | bool | ||
| deletedAt | DateTime |