Go to documentation repository
...
Parameter | Required | Parameter description |
---|---|---|
server_id | Yes | ID of Face Recognition Server in the Face PSIM 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 |
createPersonInAxxon PSIM | No | The flag for creating a user in Axxon PSIM. If the parameter is equal to 1, the user will be created in Axxon PSIM on behalf of the Axxon PSIM operator If not specified, the Axxon PSIM 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 createPersonInAxxon PSIM = 1, you can specify the Axxon PSIM user parameters from dbo.OBJ_PERSON table (see Base Axxon PSIM 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 |
...