Skip to content

Minimal User

Defines the structure of the minimal user resource.

Utilized by:

Schema

{
"id": 0,
"user_first_name": "string",
"user_middle_name": "string",
"user_last_name": "string",
"user_username": "string",
"user_avatar_url": "string",
"user_visible": "string"
}

Properties

id

Description: The user’s unique identifier
Data Type: Integer
Nullable: No
Table: User

user_first_name

Description: The user’s first name
Data Type: String
Nullable: No
Table: User

user_middle_name

Description: The user’s middle name
Data Type: String
Nullable: Yes
Table: User

user_last_name

Description: The user’s last name
Data Type: String
Nullable: No
Table: User

user_username

Description: The user’s username
Data Type: String
Nullable: No
Table: User

user_avatar_url

Description: The url of the user’s avatar
Data Type: String
Nullable: No
Table: User

user_visible

Description: Indicates whether the user’s account is publicly visible
Data Type: Boolean
Nullable: No
Table: User