# FlatApi.UserDetails

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | Identifier of the user | [optional] 
**type** | **String** | The type of account | [optional] 
**privateProfile** | **Boolean** | Tell either this user profile is private or not (individual accounts only) | [optional] 
**locale** | [**FlatLocales**](FlatLocales.md) |  | [optional] 


<a name="TypeEnum"></a>
## Enum: TypeEnum


* `user` (value: `"user"`)

* `guest` (value: `"guest"`)




