AckdbBulkAssignRequest

Bulk-assign one member to many targets (#252). Supply at least one of entityIds, domains, or contactIds. isPrimary applies to every target.

Properties

entityIdsarray of

Company entity ids (ULID).

string
domainsarray of

Company domains (resolved via the identity map).

string
contactIdsarray of

Contact ids (relationship ownership).

string
isPrimaryboolean

true = owner/DRI on every target. Default false.

sourcestring

Provenance tag (default 'manual').

Example

AckdbBulkAssignRequest example
{
  "entityIds": [
    "string"
  ],
  "domains": [
    "string"
  ],
  "contactIds": [
    "string"
  ],
  "isPrimary": false,
  "source": "string"
}