# UserAdminResponseDto
## Properties
**avatar_color** | [**models::UserAvatarColor**](UserAvatarColor.md) | |
**created_at** | **String** | |
**deleted_at** | Option<**String**> | |
**email** | **String** | |
**id** | **String** | |
**is_admin** | **bool** | |
**license** | Option<[**models::UserLicense**](UserLicense.md)> | |
**name** | **String** | |
**oauth_id** | **String** | |
**profile_changed_at** | **String** | |
**profile_image_path** | **String** | |
**quota_size_in_bytes** | Option<**i64**> | |
**quota_usage_in_bytes** | Option<**i64**> | |
**should_change_password** | **bool** | |
**status** | [**models::UserStatus**](UserStatus.md) | |
**storage_label** | Option<**String**> | |
**updated_at** | **String** | |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)