Versions Compared

Key

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

...

 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
profileObjectNONONO Additional User Info.
configObjectNONONO 
 
 Field NameTypeMandatoryUniqueIndexedDescription
packagesObjectYESNONO ACL Packages
keysObjectYESNONO 
tenantObject YES NONO  
 
 Field NameTypeMandatoryUniqueIndexedDescription
idStringYESNONOTenant ID
codeStringYESNONOTenant Code 
groupsArrayYESNONOArray Of Group Codes
tsTime stampYESNONOrecord created timestamp

...