Name | Description | Type | Additional information |
---|---|---|---|
Id |
User ID |
globally unique identifier |
None. |
FirstName |
User's first name |
string |
Required String length: inclusive between 0 and 120 |
LastName |
User's last name |
string |
Required String length: inclusive between 0 and 120 |
User's email address |
string |
String length: inclusive between 0 and 255 |
|
PendingEmail |
Pending email address change |
string |
String length: inclusive between 0 and 255 |
PrivateEmail |
User wants to keep their email address private? |
boolean |
None. |
PhoneNumber |
User's Phone Number |
string |
String length: inclusive between 0 and 60 |
Address |
User's Address |
OptionalAddressModel |
None. |
HasPassword |
If true, the user has a password. If false, the user is social login only |
boolean |
None. |
EmailConfirmed |
If true, the user has confirmed their email address |
boolean |
None. |
SocialLogins |
List of social login providers linked to this account |
Collection of string |
None. |
TrialEligible |
Indicates if the user is eligible for a trial village |
boolean |
None. |
Preferences |
User Preferences (non-village) |
UpdatePreferencesModel |
None. |
TimeZone |
User's preferred timezone name (e.g. America/New_York), but for setting the value can use "Eastern Standard Time" (but not "Eastern Daylight Time"). |
string |
None. |
CanonicalTimeZone |
User's preferred time zone name, canonicalized (e.g. will always America/New York) |
string |
None. |