# FlatApi.UserBasics

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | The user unique identifier | [optional] 
**username** | **String** | The user name (unique for the organization) | [optional] 
**name** | **String** | A displayable name for the user | [optional] 
**printableName** | **String** | The name that can be directly printed (name or username) | [optional] 
**picture** | **String** | User pictue | [optional] 
**isPowerUser** | **Boolean** | User license status. &#39;True&#39; if user is an individual Power user | [optional] 


