# ForgeSdk.UserProfile

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**userId** | **String** | The backend user ID of the profile | [optional] 
**userName** | **String** | The username chosen by the user | [optional] 
**emailId** | **String** | The user’s email address | [optional] 
**firstName** | **String** | The user’s first name | [optional] 
**lastName** | **String** | The user’s last name | [optional] 
**emailVerified** | **Boolean** | The user’s email address has been verified or not | [optional] 
**_2FaEnabled** | **Boolean** | The user has enabled two-factor authentication or not | [optional] 
**profileImages** | [**UserProfileProfileImages**](UserProfileProfileImages.md) |  | [optional] 


