The following table contains all properties of this entity and their description
| Property Name | Description | Type |
|---|---|---|
| UserProfileId | The user profile identifier. | Guid |
| Name | The user profile's name | string |
| Roles | The user profile's roles | string |
| FirstName | The user's first name. | string |
| LastName | The user's last name. | string |
| The user's email address. | string | |
| CultureLcid | The user's culture | int |
| TimeZone | The user's time zone. | string |
| IsSystem | Indicates whether the user is a system account. | bool |
| CreatedByUserProfileId | The user who created this user profile. | Guid |
| CreatedDate | Date/time at which this user profile was created. | DateTimeOffset |
| ModifiedByUserProfileId | The last user who modified this user profile’s properties. | Guid |
| ModifiedDate | Date/time at which this user profile’s properties were modified for the last time. | DateTimeOffset |
| Timestamp | The timestamp. | byte array |

