Skip to main content

FacerecPersonDetails

Response-body reference for POST /facerec_person_details.

Example

{
"success": true,
"message": null,
"data": {
"person_id": "person-001",
"person_name": "Alex Carter",
"groups": [],
"images": []
}
}

Fields

FieldTypeDescription
successbooleanIndicates whether the request succeeded.
messagestringOptional server message.
data.person_idstringPerson identifier.
data.person_namestringPerson display name.
data.groupsobject[]Groups associated with the person.
data.imagesobject[]Images associated with the person.