AckdbPersonCreateRequest
Manual person create. All fields are optional — a person with no keys is a legal singleton.
Properties
namestring (nullable)avatarUrlstring (nullable)Photo URL (http(s) only). ackDB stores the link, never the bytes.
keysarray ofDurable keys to claim. Person-scope types only; values are normalized and validated.
externalIdTypestringrequiredexternalIdValuestringrequiredExample
AckdbPersonCreateRequest example
{
"name": "Elly Chen",
"avatarUrl": "https://media.licdn.com/dms/image/v2/abc/profile.jpg",
"keys": [
{
"externalIdType": "email_address",
"externalIdValue": "elly@newco.com"
}
]
}