| Name | Type | Description | Notes |
|---|---|---|---|
| id | int | Unique Id | [optional] |
| first_name | str | First Name | [optional] |
| last_name | str | Last Name | [optional] |
| display_name | str | Full name for display (available only if both first_name and last_name are set) | [optional] |
| avatar_url | str | URL for the avatar image (may be generic) | [optional] |
| url | str | Link to get this item | [optional] |
| can | dict(str, bool) | Operations the current user is able to perform on this object | [optional] |