API Documentation for: 1.1.1
Show:

User Class

The user data object representing a single user. Located in the namespace Canteen\Services\Objects.

Properties

attempts

Int

The number of failed attempts

email

String

The required email address for the user

firstName

String

The first name of the user

forgotString

String

If the user forgot their password

frozen

Date

The timestamp until the user can use their account again

fullname

String

The fullname of the user

id

Int

The user id

isActive

Boolean

If the user is an active user

lastName

String

The last name of the user

login

Date

The last time the user logged in

password

String

The hashed password for the user

privilege

Int

The privilege

username

String

The username