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[] required

    List of users

Responses

OK


Schema
  • result object[]

    List of operation results

Loading...