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.

If some of the attached entities do not exist, the user will still be created or updated, but the response will include warnings in the extended_info field with one or more of the following error codes:

  • bound_apartment_doesnt_exist - referenced apartment link_id not found
  • bound_time_profile_doesnt_exist - referenced time profile link_id not found
  • bound_identifier_doesnt_exist - referenced identifier link_id not found
  • bound_kone_rule_doesnt_exist - referenced KONE rule link_id not found
Request Body
  • list_items object[] required

    List of users

Responses

OK


Schema
  • result object[]

    List of operation results

Loading...