Page History
...
Parameter | Required | Parameter description |
---|---|---|
server_id | Yes | ID of Face Recognition Server in the Face - Intellect software package |
objectType | No | Object type |
id | No | ID of the user in GUID format If the ID is not specified, then it will be automatically generated for the newly added user and returned in the response; |
name | No | Name If not specified, the person will be added without a name |
surname | Yes | Surname |
patronymic | No | Patronymic If not specified, the person will be added without a patronymic |
department | Yes | Department |
comment | No | Comment If not specified, the person will be added without a comment |
createPersonInIntellect | No | The flag for creating a user in Intellect. If the parameter is equal to 1, the user will be created in Intellect on behalf of the Intellect operator If not specified, the Intellect user will not be created |
image | Yes | JPEG image in the base64 format |
fir | No | Face pattern (vector) If specified, the face will be added to the database without any verification (face search, face vector generation) |
additionalParams | No | If createPersonInIntellect = 1, you can specify the Intellect user parameters from dbo.OBJ_PERSON table (see Base Intellect database tables) Note. Parameter text values must be enclosed in double quotes For example: "additionalParams": "pin" : 33, } |
...
Parameter | Parameter description |
---|---|
Status | Completed request status: SUCCESS - — successful, if error - see — see List of possible errors of the Face Recognition Server |
Result | Added user ID in GUID format |
Description | Request description |
...