AckdbMemberAssignRequest
Assign or reassign a member to a company or contact. Identify the member by memberId OR email.
Properties
memberIdstringThe member id (mutually exclusive with email).
emailstringThe member email — resolves-or-creates the member.
namestringUsed only when creating a member by a new email.
titlestringUsed only when creating a member by a new email.
isPrimarybooleantrue = make them the owner/DRI (flips the current owner). Default false.
sourcestringProvenance tag for the assignment (default 'manual').
Example
AckdbMemberAssignRequest example
{
"memberId": "string",
"email": "string",
"name": "string",
"title": "string",
"isPrimary": false,
"source": "string"
}