Data Model User

Click to copy

The User data model is automatically added by the Auth module when creating a new project. User accounts are created on it.

You cannot delete or rename the User model itself or the default fields added to it - they are required for other AppMaster Studio functions to work correctly. However, you can use them to build business logic and interface, as well as add new fields to the User .



Default field list

FieldData TypeDescription
IDintegerUnique identifier of the object.
CreatedAtdatetimeWhen was the object created.
UpdatedAtdatetimeWhen was the object last updated.
DeletedAtdatetimeWhen was the object deleted.
LoginemailEmail used as login.
First NamestringFirst name.
Last NamestringLast name.
PasswordpasswordPassword in encrypted format.
Groupsenumerator arrayUser groups the users belongs to.
ActivebooleanIf the user is active.
ConfirmedbooleanIf the user was confirmed.
Confirmation CodestringCode that can be used to confirm the user.
Confirmation Code Expires AtdatetimeWhen does the confirmation code expire.
User Sessionsarray[model]Array of user sessions models

Business process blocks: Model functions - User

  • Make User 
  • Create User 
  • Expand User 
  • Patch User 
  • Update User 
  • Delete User 
  • GetOne User 
  • Search User