Skip to main content

Create/update multiple User Entities with link_id.

If entity doesn't exist in system - it will be created. If user with same link_id or name already exists - it will be updated.

has_dublicates - if user with the same name already exists, has_dublicates will be in true condition To identify users, use info` field

Request Body
  • list_items object[]
Responses

OK


Schema
  • result object[]
  • link_id uuid

    Unique entity set by the server to bind some parameters with each other. By default return null value

  • success boolean
  • extended_info string

    Possible values: [created, updated, deleted, entity_not_found, has_dublicates, number_taken_by_another_identifier, bad_base_64_image_file, face_has_not_recognized, bound_time_profile_doesnt_exist, face_id_not_supported, number_of_face_identifiers_exceeded, number_of_identifiers_exceeded, invalid_time_rules_settings]

    Entity state information result

Loading...