| Name | Description | Type | Additional information |
|---|---|---|---|
| DefaultProducerID |
Unique ID (GUID) identifying the default producer for this user. This is the producer that automatically gets assigned to new names as they are added (when no PrimaryProducerID is otherwise specified). |
globally unique identifier |
None. |
| NameID |
Unique ID (GUID) identifying the name associated with this user. This is usually populated, but may be null for users who updated from older versions of Advisors Assistant. |
globally unique identifier |
None. |
| DefaultCalendarID |
ID of User's default calendar. |
globally unique identifier |
None. |
| CalendarsExplicitlyAccessible |
List of Calendars that are explicitly accessible (have been set in a user preference screen) vs implicitly accessible (by having the 'View All Calendars' security task or being a system administrator. List includes the ID and the Name of the Calendar. |
Collection of GuidDescription |
None. |
| HasViewAllCalendarsPermission |
Does this user have permission to view all calendars? Can be null of not connecting to the database on behalf of an AA user. |
boolean |
None. |
| HasSystemAdministratorRole |
Is this user a System Administrator? |
boolean |
None. |
| ID |
Unique ID (GUID) identifying this specific user record. |
globally unique identifier |
None. |
| Initials |
Initials of user |
string |
Max length: 10 |
| DisplayName |
Display Name of user |
string |
Max length: 50 |
| EmailAddress |
Email Address of user |
string |
Max length: 100 |
| WhenChangedDateTime |
Date\Time that the database record was last changed. |
date |
None. |
| WhoChanged |
Initials of the user who last changed this record. |
string |
None. |
| WhenAddedDateTime |
Date\Time that the database record was added. |
date |
None. |
| WhoAdded |
Initials of the user who created this record. |
string |
None. |
| _links |
Links to other API resources that are related to the information in this model. This is part of the HAL specification. This property is not required on PUT or POST requests to this endpoint. |
None. |
|
| _embedded |
Resources/models representing data that is related to the data in this model. This is part of the HAL specification. These models have their own HAL links and embedded resources. This property is not required on PUT or POST requests to this endpoint. |
None. |