Users
This section describes the endpoints for managing users, their profiles, and their relationships with other users.
User Model
The User object represents a user in the system.
{
"id": 1,
"username": "string",
"display_name": "string",
"about_me": "string",
"role": "string",
"creation_date": 0,
"last_activity_date": 0,
"profile_picture_url": "string",
"profile_banner_url": "string",
"followers": [0],
"following": [0],
"is_banned": false,
"is_muted": false,
"is_locked": false,
"embedded_profiles": ["string"]
}Endpoints
Last updated