forge-apis
Version:
⚠️ Deprecated: This package is no longer maintained. Use 'https://github.com/autodesk-platform-services/aps-sdk-node' instead.
16 lines (12 loc) • 781 B
Markdown
# 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]