# Cyclos411Api.UserDataForNew

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**allowSetSendActivationEmail** | **Boolean** | Whether the current user is allowed to skip the activateion e-mail  | [optional] 
**generatedUsername** | **Boolean** | Indicates whether the login name is generated | [optional] 
**addressConfiguration** | [**AddressConfigurationForUserProfile**](AddressConfigurationForUserProfile.md) | Configuration for registering addresses | [optional] 
**phoneConfiguration** | [**PhoneConfigurationForUserProfile**](PhoneConfigurationForUserProfile.md) | Configuration for registering phones | [optional] 
**contactInfoConfiguration** | [**ContactInfoConfigurationForUserProfile**](ContactInfoConfigurationForUserProfile.md) | Configuration for registering additional contacts | [optional] 
**imageConfiguration** | [**ImageConfigurationForUserProfile**](ImageConfigurationForUserProfile.md) | Configuration for uploading images | [optional] 
**passwordTypes** | [**[PasswordTypeRegistration]**](PasswordTypeRegistration.md) | The password types that should be registered together with the user  | [optional] 
**captchaType** | [**CaptchaProviderEnum**](CaptchaProviderEnum.md) | description: &gt;   The captcha provider used to requested a captcha for registration,   or null if no captcha is needed. Possible values are: * internal: Default provider using images  | [optional] 
**user** | [**UserNew**](UserNew.md) | The object that can be altered and posted back to register the user  | [optional] 
**agreements** | [**[AgreementContent]**](AgreementContent.md) | The agreements that needs to be accepted by the user to be able to register. Only returned for public registrations.  | [optional] 
**securityQuestions** | [**[EntityReference]**](EntityReference.md) | If enabled in the server, are the possible security questions the user can use to set the answer.  | [optional] 
**nfcTokenTypes** | [**[EntityReference]**](EntityReference.md) | The NFC token types the authenticated user can parsonalize tags for the user being registered  | [optional] 


