Name | Description | Type | Additional information |
---|---|---|---|
UserName |
UserName |
string |
None. |
EmailAddress |
User email address used as user name |
string |
Required |
Title |
Title |
string |
None. |
GivenName |
First name |
string |
None. |
LastName |
Last name |
string |
None. |
Password |
User password |
string |
Required |
Dob |
Date of birth |
date |
None. |
Address1 |
Address line 1 |
string |
None. |
Address2 |
Address line 2 |
string |
None. |
City |
City |
string |
None. |
Country |
Country |
string |
None. |
PostCode |
Post/zip code |
string |
None. |
DayTimeTelephone |
Day phone number |
string |
None. |
MobileTelephone |
Mobile phone number |
string |
None. |
FirmName |
Company name |
string |
None. |
Gender |
User gender |
string |
Max length: 1 |
MaxFilmPurchases |
Maximum amount of film purchases allowed |
integer |
None. |
IsApproved |
Is account approved |
boolean |
None. |
IsLockedOut |
Is account locked |
boolean |
None. |
PaymentLockout |
Gets or sets a value indicating whether customer payment capability is lockedout |
boolean |
None. |
AcceptedTandCs |
Have the current Terms and Conditions been accepted? |
boolean |
None. |
IsAdminShopper |
Value indicating whether this user is admin shopper. |
boolean |
None. |
CustomBoolFields |
Any extra data for user stored as boolean values |
Collection of FilmFlex.Platform.Common.API.Contracts.V2.UserProfileCustomFieldBoolDTO |
None. |
CustomStringFields |
Any extra data for user stored as string values |
Collection of FilmFlex.Platform.Common.API.Contracts.V2.UserProfileCustomFieldStringDTO |
None. |
PaymentProvidersCustomerIds |
Key/Value pair of payment provider name and user identifier used by PP |
Dictionary of string [key] and string [value] |
None. |
Preferences |
User preferences: key-value dictionary |
Dictionary of string [key] and string [value] |
None. |
AffiliateStatusId |
Gets or sets the affiliate status. |
integer |
None. |
AccountClosurePendingDate |
Gets or sets the account closure pending date. |
date |
None. |