| Name | Type | Description | Notes |
|---|---|---|---|
| id | Integer | Unique Id | [optional] |
| firstName | String | First Name | [optional] |
| lastName | String | Last Name | [optional] |
| displayName | String | Full name for display (available only if both first_name and last_name are set) | [optional] |
| avatarUrl | String | URL for the avatar image (may be generic) | [optional] |
| url | String | Link to get this item | [optional] |
| can | {String: Boolean} | Operations the current user is able to perform on this object | [optional] |