# User User represents a user ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **avatarUrl** | **String** | URL to the user's avatar | [optional] **created** | **OffsetDateTime** | | [optional] **email** | **String** | | [optional] **fullName** | **String** | the user's full name | [optional] **id** | **Long** | the user's id | [optional] **isAdmin** | **Boolean** | Is the user an administrator | [optional] **language** | **String** | User locale | [optional] **lastLogin** | **OffsetDateTime** | | [optional] **login** | **String** | the user's username | [optional]