Skip to content

Minimal User with Guest Info

Defines the structure of the minimal user with guest info 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",
"event_guest_status": 0,
"event_guest_is_event_creator": true,
"friend": true
}

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

event_guest_status

Description: The status of the guest
Data Type: Integer
Nullable: No
Table: Event Guest
Values:

  • Attended - 1
  • Invited - 2
  • Interested - 3
  • Accepted - 4
  • Going - 7
  • Admin - 8

event_guest_is_event_creator

Description: Indicates whether the guest is the creator of the event
Data Type: Boolean
Nullable: No
Table: Event Guest

friend

Description: Indicates whether the user is a friend of the current user
Data Type: Boolean
Nullable: No