Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ParameterRequiredParameter description
server_idYes

ID of Face Recognition Server in the face-Intellect software package

objectTypeNoObject type
idNo

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;

nameNo

Name

If not specified, the person will be added without a name

surnameYes

Surname

patronymicNo

Patronymic

If not specified, the person will be added without a patronymic

departmentYesDepartment
commentNo

Comment

If not specified, the person will be added without a comment

createPersonInIntellect

No

This parameter defines whether to create a person on behalf of the Intellect operator or not

imageYesJPEG image in the base64 format
firNo

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  see Base Intellect database tables)

For example:

"additionalParams":
{
"auto_number" : "A123AA77",

"pin" : 33,

}

...