Skip to content

User Model

Noah Huppert edited this page Jun 27, 2018 · 1 revision

User

Data

  • first_name (string)
  • last_name (string)
  • email (string)
  • email_verified (bool)
    • Can not be set via the API, must be set internally via the email verification system
    • Starts as false
  • image_id (int)
    • Nullable
  • password_hash (string)
    • Private, never exposed via the API