Skip to content

IncompleteUser

A class that represents a user with less data than a User object.

Properties

username : str

The username of the user.

id : int

The user ID of the user.

scratchteam : bool

The boolean value representing whether the user is a member of the Scratch Team or not.

joined_timestamp : str

An ISO 8601 timestamp representing the date the user joined Scratch.

avatar_URL : str

The URL of the user's avatar (profile picture).