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_duplicates - if user with the same name already exists, has_duplicates will be in true condition To identify users, use info` field

Request Body
  • items object[] required

    List of users

  • link_id uuid required

    Possible values: <= 36 characters

    Unique entity set by the server to bind some parameters with each other

  • name string required

    Possible values: <= 100 characters

    Name of the user entity

  • info string required

    Possible values: <= 255 characters

    Extra information about of the user entity

  • is_security boolean required

    Security user has access to blocked doors.

  • access_rules object

    List of link_id identifiers

Responses

OK


Schema
  • result object[]

    List of result describe entities update/delete

  • link_id uuid

    Possible values: <= 36 characters

    Unique entity set by the server to bind some parameters with each other

  • success boolean

    Determines if entity was update successfully

  • extended_info string

    Possible values: [created, updated, deleted, entity_not_found, has_duplicates, 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, number_of_entities_exceeded]

    Entity state information result

Loading...