Skip to main content

facerec_add_group

Create a face recognition group.

  • Method: POST
  • Path: /facerec_add_group

Request Body

{
"group_id": "employees",
"group_name": "Employees",
"group_description": "Employees approved for entry checks"
}
FieldTypeDescription
group_idstringStable identifier for the group.
group_namestringDisplay name for the group.
group_descriptionstringHuman-readable description of the group.

Success Response

{
"success": true,
"message": "group added",
"data": null
}