Model wordpressusers
Permissions
User Group | Create? | Read? | Update? | Delete? |
---|
admin | x | x | x | x |
owner | x | x | x | x |
user | | x | | |
all | | | | |
Fields
Name | Type | Link | Maps To | Default | Indexed? | Unique? |
---|
__v | Number | | | | | |
_deleted | Boolean | | | false | x | |
_dm_campaign_created_by_utm_campaign | String | | | | | |
_dm_campaign_created_by_utm_medium | String | | | | | |
_dm_campaign_created_by_utm_source | String | | | | | |
_id | ObjectID | | | function defaultId() {
return new oid();
} | | |
_owner_id | ObjectID | User | _owner | | x | |
_updated_by_id | ObjectID | User | _updated_by | | x | |
billing_phone | String | | | | | |
cc_expiry_date | Date | | | | | |
cc_last4_digits | String | | | | | |
createdAt | Date | | | | | |
current_login | Date | | | | | |
description | String | | | | | |
display_name | String | | | | | |
dm-ad-free-interacted | Boolean | | | | | |
dm-ad-free-toggle | Boolean | | | | | |
dm-status-user | Number | | | | | |
facebook | String | | | | | |
first_name | String | | | | | |
gender | String | | | | | |
googleplus | String | | | | | |
id | Number | | | | x | |
last_login | Date | | | | | |
last_name | String | | | | | |
last_update | Date | | | | | |
nickname | String | | | | | |
paying_customer | Boolean | | | | | |
rs_saved_for_later | Mixed | | | | | |
session_tokens | Mixed | | | | | |
twitter | String | | | | | |
updatedAt | Date | | | | | |
user_email | String | | | | x | x |
user_facebook | String | | | | | |
user_industry | String | | | | | |
user_linkedin | String | | | | | |
user_login | String | | | | | |
user_nicename | String | | | | | |
user_pass | String | | | | | |
user_registered | Date | | | | | |
user_twitter | String | | | | | |
user_url | String | | | | | |
wc_last_active | Date | | | | | |
wp_capabilities | Mixed | | | | | |
wp_user_level | Number | | | | | |
wsl_current_provider | String | | | | | |
wsl_current_user_image | String | | | | | |
Raw definition
{
"path": "__v",
"instance": "Number",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"__v"
],
"options": {},
"_index": null
}
{
"path": "_deleted",
"instance": "Boolean",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"_deleted"
],
"options": {
"default": false,
"index": true
},
"_index": true,
"defaultValue": false,
"$fullPath": "_deleted"
}
{
"enumValues": [],
"regExp": null,
"path": "_dm_campaign_created_by_utm_campaign",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"_dm_campaign_created_by_utm_campaign"
],
"options": {},
"_index": null,
"$fullPath": "_dm_campaign_created_by_utm_campaign"
}
{
"enumValues": [],
"regExp": null,
"path": "_dm_campaign_created_by_utm_medium",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"_dm_campaign_created_by_utm_medium"
],
"options": {},
"_index": null,
"$fullPath": "_dm_campaign_created_by_utm_medium"
}
{
"enumValues": [],
"regExp": null,
"path": "_dm_campaign_created_by_utm_source",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"_dm_campaign_created_by_utm_source"
],
"options": {},
"_index": null,
"$fullPath": "_dm_campaign_created_by_utm_source"
}
{
"path": "_id",
"instance": "ObjectID",
"validators": [],
"getters": [],
"setters": [
null
],
"_presplitPath": [
"_id"
],
"options": {
"auto": true,
"type": "ObjectId"
},
"_index": null
}
{
"path": "_owner_id",
"instance": "ObjectID",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"_owner_id"
],
"options": {
"link": "User",
"map_to": "_owner",
"index": true
},
"_index": true
}
{
"path": "_updated_by_id",
"instance": "ObjectID",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"_updated_by_id"
],
"options": {
"link": "User",
"map_to": "_updated_by",
"index": true
},
"_index": true
}
{
"enumValues": [],
"regExp": null,
"path": "billing_phone",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"billing_phone"
],
"options": {},
"_index": null,
"$fullPath": "billing_phone"
}
{
"path": "cc_expiry_date",
"instance": "Date",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"cc_expiry_date"
],
"options": {},
"_index": null,
"$fullPath": "cc_expiry_date"
}
{
"enumValues": [],
"regExp": null,
"path": "cc_last4_digits",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"cc_last4_digits"
],
"options": {},
"_index": null,
"$fullPath": "cc_last4_digits"
}
{
"path": "createdAt",
"instance": "Date",
"validators": [],
"getters": [],
"setters": [
null,
null
],
"_presplitPath": [
"createdAt"
],
"options": {
"immutable": true
},
"_index": null,
"$immutable": true,
"$fullPath": "createdAt"
}
{
"path": "current_login",
"instance": "Date",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"current_login"
],
"options": {},
"_index": null,
"$fullPath": "current_login"
}
{
"enumValues": [],
"regExp": null,
"path": "description",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"description"
],
"options": {},
"_index": null,
"$fullPath": "description"
}
{
"enumValues": [],
"regExp": null,
"path": "display_name",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"display_name"
],
"options": {},
"_index": null,
"$fullPath": "display_name"
}
{
"path": "dm-ad-free-interacted",
"instance": "Boolean",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"dm-ad-free-interacted"
],
"options": {},
"_index": null,
"$fullPath": "dm-ad-free-interacted"
}
{
"path": "dm-ad-free-toggle",
"instance": "Boolean",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"dm-ad-free-toggle"
],
"options": {},
"_index": null,
"$fullPath": "dm-ad-free-toggle"
}
{
"path": "dm-status-user",
"instance": "Number",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"dm-status-user"
],
"options": {},
"_index": null
}
{
"enumValues": [],
"regExp": null,
"path": "facebook",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"facebook"
],
"options": {},
"_index": null,
"$fullPath": "facebook"
}
{
"enumValues": [],
"regExp": null,
"path": "first_name",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"first_name"
],
"options": {},
"_index": null,
"$fullPath": "first_name"
}
{
"enumValues": [],
"regExp": null,
"path": "gender",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"gender"
],
"options": {},
"_index": null,
"$fullPath": "gender"
}
{
"enumValues": [],
"regExp": null,
"path": "googleplus",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"googleplus"
],
"options": {},
"_index": null
}
{
"path": "id",
"instance": "Number",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"id"
],
"options": {
"index": true
},
"_index": true,
"$fullPath": "id"
}
{
"path": "last_login",
"instance": "Date",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"last_login"
],
"options": {},
"_index": null,
"$fullPath": "last_login"
}
{
"enumValues": [],
"regExp": null,
"path": "last_name",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"last_name"
],
"options": {},
"_index": null,
"$fullPath": "last_name"
}
{
"path": "last_update",
"instance": "Date",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"last_update"
],
"options": {},
"_index": null,
"$fullPath": "last_update"
}
{
"enumValues": [],
"regExp": null,
"path": "nickname",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"nickname"
],
"options": {},
"_index": null,
"$fullPath": "nickname"
}
{
"path": "paying_customer",
"instance": "Boolean",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"paying_customer"
],
"options": {},
"_index": null,
"$fullPath": "paying_customer"
}
{
"path": "rs_saved_for_later",
"instance": "Mixed",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"rs_saved_for_later"
],
"options": {},
"_index": null
}
{
"path": "session_tokens",
"instance": "Mixed",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"session_tokens"
],
"options": {},
"_index": null,
"$fullPath": "session_tokens"
}
{
"enumValues": [],
"regExp": null,
"path": "twitter",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"twitter"
],
"options": {},
"_index": null,
"$fullPath": "twitter"
}
{
"path": "updatedAt",
"instance": "Date",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"updatedAt"
],
"options": {},
"_index": null,
"$fullPath": "updatedAt"
}
{
"enumValues": [],
"regExp": null,
"path": "user_email",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"user_email"
],
"options": {
"unique": true,
"index": true
},
"_index": {
"unique": true
},
"$fullPath": "user_email"
}
{
"enumValues": [],
"regExp": null,
"path": "user_facebook",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"user_facebook"
],
"options": {},
"_index": null
}
{
"enumValues": [],
"regExp": null,
"path": "user_industry",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"user_industry"
],
"options": {},
"_index": null,
"$fullPath": "user_industry"
}
{
"enumValues": [],
"regExp": null,
"path": "user_linkedin",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"user_linkedin"
],
"options": {},
"_index": null
}
{
"enumValues": [],
"regExp": null,
"path": "user_login",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"user_login"
],
"options": {},
"_index": null,
"$fullPath": "user_login"
}
{
"enumValues": [],
"regExp": null,
"path": "user_nicename",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"user_nicename"
],
"options": {},
"_index": null,
"$fullPath": "user_nicename"
}
{
"enumValues": [],
"regExp": null,
"path": "user_pass",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"user_pass"
],
"options": {},
"_index": null,
"$fullPath": "user_pass"
}
{
"path": "user_registered",
"instance": "Date",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"user_registered"
],
"options": {},
"_index": null,
"$fullPath": "user_registered"
}
{
"enumValues": [],
"regExp": null,
"path": "user_twitter",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"user_twitter"
],
"options": {},
"_index": null
}
{
"enumValues": [],
"regExp": null,
"path": "user_url",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"user_url"
],
"options": {},
"_index": null,
"$fullPath": "user_url"
}
{
"path": "wc_last_active",
"instance": "Date",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"wc_last_active"
],
"options": {},
"_index": null,
"$fullPath": "wc_last_active"
}
{
"path": "wp_capabilities",
"instance": "Mixed",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"wp_capabilities"
],
"options": {},
"_index": null,
"$fullPath": "wp_capabilities"
}
{
"path": "wp_user_level",
"instance": "Number",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"wp_user_level"
],
"options": {},
"_index": null,
"$fullPath": "wp_user_level"
}
{
"enumValues": [],
"regExp": null,
"path": "wsl_current_provider",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"wsl_current_provider"
],
"options": {},
"_index": null
}
{
"enumValues": [],
"regExp": null,
"path": "wsl_current_user_image",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"wsl_current_user_image"
],
"options": {},
"_index": null
}