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"
}
| Field | Type | Description |
|---|---|---|
group_id | string | Stable identifier for the group. |
group_name | string | Display name for the group. |
group_description | string | Human-readable description of the group. |
Success Response
{
"success": true,
"message": "group added",
"data": null
}