open-project-flutter-api/doc/UserCreateModel.md
2023-11-05 19:54:17 +01:00

23 lines
882 B
Markdown

# openapi.model.UserCreateModel
## Load the model package
```dart
import 'package:openapi/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**admin** | [**Object**](.md) | |
**email** | [**Object**](.md) | |
**login** | [**Object**](.md) | |
**password** | [**Object**](.md) | The users password. *Conditions:* Only writable on creation, not on update. | [optional]
**firstName** | [**Object**](.md) | |
**lastName** | [**Object**](.md) | |
**status** | [**Object**](.md) | The current activation status of the user. *Conditions:* Only writable on creation, not on update. | [optional]
**language** | [**Object**](.md) | |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)