migrate fern

This commit is contained in:
Kian Jones
2025-09-09 09:31:59 -07:00
parent 0c5f5dadb8
commit 1881fcc89d
339 changed files with 50713 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
---
slug: python-reference/User
---
<a id="letta.schemas.user.User"></a>
## User
```python
class User(UserBase)
```
Representation of a user.
**Arguments**:
- `id` _str_ - The unique identifier of the user.
- `name` _str_ - The name of the user.
- `created_at` _datetime_ - The creation date of the user.
<a id="letta.schemas.user.User.org_id"></a>
#### org\_id
TODO: dont make optional, and pass in default org ID