mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
23 lines
1 KiB
Markdown
23 lines
1 KiB
Markdown
# openapi.model.UserAdminUpdateDto
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:openapi/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**avatarColor** | [**Optional<UserAvatarColor?>**](UserAvatarColor.md) | | [optional]
|
|
**email** | **Optional<String?>** | User email | [optional]
|
|
**isAdmin** | **Optional<bool?>** | Grant admin privileges | [optional]
|
|
**name** | **Optional<String?>** | User name | [optional]
|
|
**password** | **Optional<String?>** | User password | [optional]
|
|
**pinCode** | **Optional<String?>** | PIN code | [optional]
|
|
**quotaSizeInBytes** | **Optional<int?>** | Storage quota in bytes | [optional]
|
|
**shouldChangePassword** | **Optional<bool?>** | Require password change on next login | [optional]
|
|
**storageLabel** | **Optional<String?>** | Storage label | [optional]
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|