# openapi.model.UpdateUserDto ## Load the model package ```dart import 'package:openapi/api.dart'; ``` ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | | **password** | **String** | | [optional] **firstName** | **String** | | [optional] **lastName** | **String** | | [optional] **isAdmin** | **bool** | | [optional] **shouldChangePassword** | **bool** | | [optional] **profileImagePath** | **String** | | [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)