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 | This parameter defines whether to create a person 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 the Intellect operator or not 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, then you can specify the Intellect user parameters from dbo.OBJ_PERSON table (see Base Intellect database tables) For example: "additionalParams": "pin" : 33, } |
...