Skip to main content

Create or Update multiple Identifier items.

This request is used by Link management system. Link adds to each identifier and apartment link_id and apartment_link_id to link them together.

They can be added to multiple panels and removed by link_id param using POST /access/identifiers/link/delete

Request Body required
  • list_items object[]

    Identifier with link ID

Responses

OK


Schema
  • result object[]

    List of operation statuses

  • link_id uuid

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

  • success boolean

    Operation status

  • 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

  • has_dublicates boolean

    Parameter describes if user with the same name already exists

Loading...