Skip to content

Basic User

Defines the structure of the basic user resource.

Utilized by:

Schema

{
"id": 0,
"user_first_name": "string",
"user_middle_name": "string",
"user_last_name": "string",
"user_avatar_url": "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_avatar_url

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