| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Account Id. |
globally unique identifier |
None. |
| SubDomain |
Subdomain to access the data. Key field for account. |
string |
None. |
| Name |
Account name as chosen by the user. Friendly account name. |
string |
None. |
| DisplayName |
Account name as displayed on the UI. Not part of the AccountName or Subdomain |
string |
None. |
| Plan |
Tinanmous plan for the account. |
AccountPlan |
None. |
| RegistrationCriteria |
User registration criteria. |
RegistrationCriteria |
None. |
| IsPublic |
If this account is publically visible |
boolean |
None. |
| IsDeleted |
If the account has been deleted. |
boolean |
None. |
| Links | Collection of LinkDto |
None. |
|
| EmailOptions |
Defines the email options for the account. |
EmailOptionsDto |
None. |
| WelcomeMessage |
Welcome text to show the user above the login prompt |
string |
None. |