# ConsoleUser
## Properties
**id** | Option<**String**> | The unique identifier of the user | [optional]
**first_name** | Option<**String**> | The first name of the user | [optional]
**last_name** | Option<**String**> | The last name of the user | [optional]
**email** | Option<**String**> | The email address of the user | [optional]
**role** | Option<[**models::UserRole**](UserRole.md)> | | [optional]
**enabled** | Option<**bool**> | Whether the user is enabled or not | [optional]
**status** | Option<[**models::UserStatus**](UserStatus.md)> | | [optional]
**user_type** | Option<[**models::UserType**](UserType.md)> | | [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)