AckdbMemberAssignRequest

Assign or reassign a member to a company or contact. Identify the member by memberId OR email.

Properties

memberIdstring

The member id (mutually exclusive with email).

emailstring

The member email — resolves-or-creates the member.

namestring

Used only when creating a member by a new email.

titlestring

Used only when creating a member by a new email.

isPrimaryboolean

true = make them the owner/DRI (flips the current owner). Default false.

sourcestring

Provenance tag for the assignment (default 'manual').

Example

AckdbMemberAssignRequest example
{
  "memberId": "string",
  "email": "string",
  "name": "string",
  "title": "string",
  "isPrimary": false,
  "source": "string"
}