Detailed_Credential_Information

Detailed Credential Information

ENGAGE devices use credentials to allow users access to doors for entry. Access is granted via a plastic ID badge or fob.

For more detailed information on credentials, refer to the ENGAGE - Credential Sort and Encryption document.

The JSON property user record is used for credentials. The Parent tag for user record is: usrRcrd.

Within the user record, there are four property tags that must be sent to the device in the following order:

  • deleteAll
  • delete
  • update
  • add

Credential Example JSON

{
  "db": {
    "usrRcrd": {
      "deleteAll": 0,
      "delete": [],
      "update": [],
      "add": [
        {
          "usrID": "148",
          "adaEn": "0",
          "fnctn": "norm",
          "crSch": [
            1
          ],
          "actDtTm": "20150303000000",
          "expDtTm": "20200101000000",
          "primeCr": "735B174C056D0A03D5DBD83EC513463C",
          "prCrTyp": "card"
        }
      ]
    }
  },
  "dbDwnLdTm": "20150303000000",
  "nxtDbVerTS": "0x18D16386BFAEC213"
}