specifications/API/models/User.md
2025-05-02 01:57:02 +02:00

11 lines
438 B
Markdown

## User Object
Represents a user of an [Instance](Instance.md#instance-object).
**Structure**
| Field | Type | Description |
| ------------ | --------- | ------------------------- |
| uuid | string | ID of the user |
| username | string | Username of the user |
| display_name | string | Display name of the user |
| created_at | timestamp | When the user was created |