Name | Description | Type | Additional information |
---|---|---|---|
UserID |
The UserID references to the Main (often parent) account. |
globally unique identifier |
None. |
Children |
A list of IDs for confirmed child accounts linked to this Main account. |
Collection of globally unique identifier |
None. |
ChildCount |
The number of confirmed child accounts linked to this Main account. |
integer |
None. |
Firstname |
The users firstname. |
string |
Required |
Insertion |
The insertion for the users lastname. This value is optional. |
string |
None. |
Lastname |
The users lastname. |
string |
None. |
The users email address. |
string |
Required Data type: EmailAddress |
|
Street |
The streetname for the users address. |
string |
None. |
Housenumber |
The housenumber for the users address. |
string |
None. |
HousenumberAddition |
The housenumber addition for the users address. |
string |
None. |
Postcode |
The postcode for the users address. |
string |
Data type: PostalCode |
City |
The city for the users address. |
string |
None. |
Country |
The country for the users address. |
string |
None. |
Company |
The users companyname. This is not relevant for parents, but might be used for educational institutions. |
string |
None. |
Telephone |
The users phone number. |
string |
Data type: PhoneNumber |
Newsletter |
The type of newsletter the user will receive.
|
integer |
Required |
SubscriptionActive |
A boolean value indicating if this user currently has an active subscription. |
boolean |
Required |
SubscriptionType |
The type of subscription (if any) this user has. |
string |
Required Data type: Text |
SubscriptionStartDate |
The starting date for the currently active subscription |
date |
Required Data type: Date |
SubscriptionDuration |
The duration in months for the currently active subscription |
integer |
Required Data type: Duration |
SubscriptionRenewalDate |
The next renewal date for the currently active subscription |
date |
Required Data type: Date |
SubscriptionPrice |
The price in eurocents for the currently active subscription |
integer |
Required Data type: Currency |
TermsAgreed |
A boolean value indicating if this user has agreed to the terms and conditions |
boolean |
Required |
ActiveSessions |
A calculated value indicating the number of currently active sessions. This value is read-only and will not be used for updates. |
integer |
None. |
MaxSessions |
The maximum number of allowed concurrent sessions |
integer |
Required |
AllowChildEmail |
A boolean field indicating if email addresses for any child account may be used. This value overrules the boolean in speciic child accounts. |
boolean |
Required |