immich/mobile/openapi/doc/CreateUserDto.md
Sam Holton 7ef202c8b2
feat(server, web): add checkbox to create user screen for shouldChang… (#7598)
feat(server, web): add checkbox to create user screen for shouldChangePassword
2024-03-03 23:40:03 -06:00

664 B
Generated

openapi.model.CreateUserDto

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
email String
memoriesEnabled bool [optional]
name String
password String
quotaSizeInBytes int [optional]
shouldChangePassword bool [optional]
storageLabel String [optional]

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