# ApiUser
## Properties
**id** | Option<**String**> | The unique identifier of the user | [optional]
**name** | Option<**String**> | The name of the API Key | [optional]
**role** | Option<[**models::ApiUserRole**](APIUserRole.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)