* wait I forgot to comit locally * cp the entire core directory and then rm the .git subdir
26 lines
424 B
Plaintext
26 lines
424 B
Plaintext
---
|
|
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
|