# Cyclos4102Api.UserNew

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**group** | **String** | The initial user group | [optional] 
**addresses** | [**[AddressNew]**](AddressNew.md) | Addresses to be registered together with the user | [optional] 
**mobilePhones** | [**[PhoneNew]**](PhoneNew.md) | Mobile phones to be registered together with the user | [optional] 
**landLinePhones** | [**[PhoneNew]**](PhoneNew.md) | Land-line phones to be registered together with the user | [optional] 
**passwords** | [**[PasswordRegistration]**](PasswordRegistration.md) | The initial passwords of the user | [optional] 
**images** | **[String]** | The ids of previously uploaded user temporary images to be initially used as profile images  | [optional] 
**captcha** | [**CaptchaResponse**](CaptchaResponse.md) | The captcha response is required on public registrations, and ignored when administrators / brokers register another user. | [optional] 
**acceptAgreement** | **Boolean** | When there are agreements that need to be accepted for registration, this property must be passed with the value true | [optional] 
**skipActivationEmail** | **Boolean** | When set to true, the activation e-mail is not sent to the registered user. Can only be used when an administrator / broker is registering a user, and ignored on public registrations (the e-mail is always sent on public registrations). | [optional] 
**asMember** | **Boolean** | Flag required only when the authenticated user is a broker,  in that case we need to distingish between registering as member or broker. If true then the new user will be registered without a brokering relationship. Otherwise the authenticated user will be set as the broker of the new user.            | [optional] 
**securityQuestion** | **String** | If the server is configured to use security question, is the &#x60;internalName&#x60; of the question present in the result of &#x60;data-for-new&#x60;, in the &#x60;securityQuestions&#x60; property. Is optional and only used in public registration.            | [optional] 
**securityAnswer** | **String** | If a &#x60;securityQuestion&#x60; is informed, this is the answer. Required in this case. Only used in public registration.  | [optional] 
**nfcToken** | [**NfcTokenWithChallengeParameter**](NfcTokenWithChallengeParameter.md) | If not null then the given NFC token parameters will be used to personalize a tag for the user. | [optional] 


