User Class | 
public class User
The User type exposes the following members.
| Name | Description | |
|---|---|---|
| ClientId | The Anysense client Id of the user (if UserType is Client) | |
| The users e-mail address | ||
| FirstName | The users first name. | |
| Forms | A list of forms assigned to the user. | |
| GroupRoles | 
            The group roles list is defined directly under the User entity so that it's easier to look up which roles a user has. Alternatively, roles for each group should be read from the db resulting in slower performance. This property is primarily used when validating the user from the website.  | |
| Groups | A list of groups that the user is assigned to. | |
| IsActive | Indicates whether the user is active (true) or not (false). | |
| IsHidden | Indicates whether the user is hidden (true) or not (false) | |
| LastName | The users last name. | |
| LastUpdated | When the user was last updated. | |
| Licenses | Licenses applied to the user. | |
| Picture | Users profile picture in base64 | |
| Roles | Roles applied to the user. | |
| RowVersion | The database row version of the user. | |
| Title | The title of the user. | |
| UserId | The id of the user. | |
| UserName | The username of the user. | |
| UserType | The type of the user. |