Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Database Information

...

User Record

...

Record Explanation

...


Field NameTypeMandatoryUniqueIndexedDescription
_idMongo IDYESYESYESMongo Record ID
usernameStringYESYESYESThe UserName
passwordHashYESNONOThe User Password
firstNameStringYESNONOThe User First Name
lastNameStringYESNONOThe User Last Name
emailStringYESYESYESThe User Email
statusStringYESNONOThe User Status pendingJoin or active
profileObjectNONONOAdditional User Info.
socialLoginObjectNONONOInformation pertaining to login integration with social platforms

%strategy%Object


The social platform name. facebook, google, twitter, etc


idStringYESYESYESThe id of the user at the social platform


accessTokenStringNOYESNOAn access token that can be used to to validate if the social user account is still valid
configObjectNONONO

NO

Field NameTypeMandatoryUniqueIndexedDescription
keysObjectYESNONO Overridden ACL Keys
packagesObjectNONONO Overridden ACL PackagesField NameTypeMandatoryUniqueIndexedDescription%packageName%ObjectNONO

NO

Field NameTypeMandatoryUniqueIndexedDescriptionaclObjectNONONOField NameTypeMandatoryUniqueIndexedDescriptionaccessBoolean or ArrayNONONOapisPermissionStringNONONOapisObjectNONONOField NameTypeMandatoryUniqueIndexedDescription%apiRoute%ObjectYESNONOField NameTypeMandatoryUniqueIndexedDescriptionaccessObjectNONO
tenantObject YES NONO 


Field NameTypeMandatoryUniqueIndexedDescription
idStringYESNONOTenant ID
codeStringYESNONOTenant Code 
groupsArrayYESNONOArray Of Group Codes
tsTime stampYESNONOrecord created timestamp

...