Users
User Model
{
"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