Versions Compared

Key

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

...


Field NameTypeDescription
_idMongo IDMongo Record ID
usernameStringThe UserName
firstNameStringThe User First Name
lastNameStringThe User Last Name
emailStringThe User Email
statusStringThe User Status.
profileObjectAdditional User Info.
socialLoginObjectInformation pertaining to login integration with social platforms. Only available in case the user logged in with passport; and will contain only one object, which will be the current logged in social account.

%strategy%ObjectThe social platform name. facebook, google, twitter, etc


idStringThe id of the user at the social platform


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


Field NameTypeMandatoryUniqueIndexedDescription
keysObjectYESNONO Overridden ACL Keys
packagesObjectNONONO Overridden ACL Packages
tenantObject


Field NameTypeMandatoryUniqueIndexedDescription
idStringYESNONOTenant ID
codeStringYESNONOTenant Code 
groupsArrayArray Of Group Codes
tsTime stamprecord created timestamp

...