AckdbPersonUpdateRequest
Person-grain fact update (#372, #544). At least one field must be provided.
Properties
avatarUrlstring (nullable)Photo URL (http(s) only, ≤2048 chars). `null` clears it.
primaryContactIdstring (nullable)The person's PRIMARY affiliation (#544). A contact id makes that edge primary (`primarySource: manual`, sticky while the edge is active; must be this person's ACTIVE edge at an active company → 400, unknown → 404). `null` clears the override and lets the rule re-pick. Emits `contact.primary_changed` when the pointer moves.
Example
AckdbPersonUpdateRequest example
{
"avatarUrl": "https://media.licdn.com/dms/image/v2/abc/profile.jpg",
"primaryContactId": "01J8ZD3W0L4X5Y6Z7A8B9C0D1E"
}