# User
Parquet table: `users`
Defined in [`agentlogs/schema/types/user.py`](https://github.com/risenlab/agentlogs/blob/v0.2/packages/risenlab-agentlogs/src/agentlogs/schema/types/user.py#L6).
| Property | Type | GitHub field | Notes |
| --- | --- | --- | --- |
| id | `int` | | |
| found | `bool` | | |
| found_using | `str` (optional) | | `'id' \| 'login'`. Not set when `found` is false |
| login | `str` (optional) | | Not set when `found` is false |
| created_tasks | `list[]` | | |
| created_tasks[]
.id | `str` | | |
| collaborated_tasks | `list[]` | | Taken from GitHub's API and may not be complete. Use together with created_tasks and sessions. |
| collaborated_tasks[]
.id | `str` | | |
| sessions | `list[]` | | |
| sessions[]
.id | `str` | | |