Model users


Permissions

User GroupCreate?Read?Update?Delete?
adminxxxx
ownerxxx
userx
memberx
apix

Fields

NameTypeLinkMaps ToDefaultIndexed?Unique?Required?
__vNumber
_deletedBooleanfalsex
_idObjectID[Function]
_owner_idObjectIDUser_ownerx
_updated_by_idObjectIDUser_updated_byx
adminBoolean
createdAtDate
emailStringxx
nameString
passwordString
temp_hashString
updatedAtDate
urlidStringx

Field Details

__v

{
  "path": "__v",
  "instance": "Number",
  "options": {},
  "validators": []
}

_deleted

{
  "path": "_deleted",
  "instance": "Boolean",
  "options": {
    "default": false,
    "index": true
  },
  "validators": [],
  "defaultValue": false
}

_id

{
  "path": "_id",
  "instance": "ObjectID",
  "options": {
    "auto": true,
    "type": "ObjectId"
  },
  "validators": [],
  "defaultValue": "[Function]"
}

_owner_id

{
  "path": "_owner_id",
  "instance": "ObjectID",
  "options": {
    "link": "User",
    "map_to": "_owner",
    "index": true
  },
  "validators": []
}

_updated_by_id

{
  "path": "_updated_by_id",
  "instance": "ObjectID",
  "options": {
    "link": "User",
    "map_to": "_updated_by",
    "index": true
  },
  "validators": []
}

admin

{
  "path": "admin",
  "instance": "Boolean",
  "options": {},
  "validators": []
}

createdAt

{
  "path": "createdAt",
  "instance": "Date",
  "options": {
    "immutable": true
  },
  "validators": []
}

email

{
  "path": "email",
  "instance": "String",
  "options": {
    "unique": true,
    "index": true
  },
  "validators": []
}

name

{
  "path": "name",
  "instance": "String",
  "options": {},
  "validators": [
    {
      "message": "Name cannot be empty"
    }
  ]
}

Validators

password

{
  "path": "password",
  "instance": "String",
  "options": {},
  "validators": []
}

temp_hash

{
  "path": "temp_hash",
  "instance": "String",
  "options": {},
  "validators": []
}

updatedAt

{
  "path": "updatedAt",
  "instance": "Date",
  "options": {},
  "validators": []
}

urlid

{
  "path": "urlid",
  "instance": "String",
  "options": {
    "index": {
      "unique": true
    }
  },
  "validators": []
}