specifications/API/models/User.md

10 lines
396 B
Markdown

Represents a user of an [[Instance]].
**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 |