Skip to content
This repository was archived by the owner on Jul 24, 2025. It is now read-only.
Edward Smale edited this page Apr 8, 2020 · 1 revision

User

Represents a user.

Properties

.client (Client) The client that initiated the object.

.id (Number) The ID of the user.

.disabled (Boolean) Whether or not the user has been disabled.

.avatar (String) The file URL for the user's avatar.

.avatar_large_thumb (String) The large thumbnail file URL the user's avatar.

.avatar_small_thumb (String) The small thumbnail file URL the user's avatar.

.created_timestamp (Number) The timestamp when the user was created.

.updated_timestamp (Number) The timestamp when the user was last updated.

.type (String) The type of user.

.forename (String) The forename of the user.

.mobile_beta_user (Boolean) Whether or not the user is a mobile beta user.

.school_id (Number) The ID of the user's school.

.surname (String) The surname of the user.

.title (String) The title of the user.

.left_at (String) When the user left. (???)

.user_private_info_id (Number) The ID of the user's private info.

.user_identity_id (Number) The ID of the user's private info.

.student_friday_summary (Boolean) Whether or not the student has a friday summary.

.student_overdue_summary (Boolean) Whether or not the student has an overdue summary.

.student_marked_homework (Boolean) Whether or not the student has marked homework.

.teacher_summary (Boolean) Whether or not the user has a teacher summary.

.sims_id (Number) The ID of the user on Sims.

.teacher_stats (Boolean) Whether or not the student has teacher stats.

.bio (String) The bio of the user.

.contact (ContactInfo) The contact information of the user.

.push_notifications_enabled (Boolean) Whether or not the user has push notifications enabled.

.anonymous (Boolean) Whether or not the user is anonymous.

Clone this wiki locally