kimai_client_lib 1.0.0

JSON API for the Kimai time-tracking software. Read our [API documentation](https://www.kimai.org/documentation/rest-api.html) and download the [Open API definition](doc.json) to import into your API client.
Documentation
# UserEditForm

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**alias** | Option<**String**> |  | [optional]
**title** | Option<**String**> |  | [optional]
**account_number** | Option<**String**> |  | [optional]
**color** | Option<**String**> | The hexadecimal color code (default: auto-calculated by name) | [optional]
**email** | **String** |  | 
**language** | **String** |  | 
**locale** | **String** |  | 
**timezone** | **String** |  | 
**supervisor** | Option<**i32**> | User ID | [optional]
**roles** | Option<**Vec<String>**> |  | [optional]
**enabled** | Option<**bool**> |  | [optional]
**system_account** | Option<**bool**> |  | [optional]
**requires_password_reset** | Option<**bool**> |  | [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)