EmployeeFaceRecord
Images of people used to identify them when their face is detected. This is used by face recognition AI on FortiRecorder.
Permissions required include Camera analytics.
| HTTP Methods |
|
| URL |
https://HOST_OR_IP/api/v1/EmployeeFaceRecord/ |
| Request JSON |
For HTTP {
"employeeUsername": "PERSON_NAME",
"fileIndex": "FILE_NAME",
"option": "raw",
"content": "data:image/jpeg;base64,...=="
}
where attributes are:
For HTTP |