JSON_PersonInfoList

JSON message about person information list

{
  "PersonInfoList":[{
    "PersonInfo":{
      "id":"", 
/*required, string, user No.*/
      "name":"",  
/*required, string, user name*/
      "password":"", 
/*optional, string, user password, which should be encrypted and it will not be returned*/
      "filePermission": , 
/*required, boolean, whether to assign file search permission*/
      "mobile": 
/*optional, string, user contacts*/
      "filePermissionsuper": ,
/*required, boolean, whether it has the permission of super administrator*/
      "collectStatus":  
/*required, boolean, whether the face data is collected by this person, it is read-only*/
      "deviceId":""  
/*optional, string, body camera ID*/
    }
  }]
}