| Name | Description | Type | Additional information | 
|---|---|---|---|
| Id | User Id | globally unique identifier | None. | 
| Url | string | None. | |
| AccountId | The Id of the account the user is assigned to | string | None. | 
| Name | The users name | string | None. | 
| UserName | UserName (used to login with) | string | None. | 
| FullUserName | User Id and Account name | string | None. | 
| DisplayName | Users first and last name | string | None. | 
| Avatar | Link to the users avatar | LinkDto | None. | 
| TimeLine | Link to the users timeline page. | LinkDto | None. | 
| Profile | Link to the users profile page. | LinkDto | None. | 
| Tags | Collection of string | None. | |
| Links | Collection of links appropriate for the user | Collection of LinkDto | None. | 
| Actions | Collection of LinkDto | None. |