A map of key-value pairs, where the values are boolean, number, or string, or
a non-empty array of those, or null
addIdentifiersarray of Contacts_CreateIdentifier (object)
The list of identifiers to add to the contact.
removeIdentifiersarray of Contacts_DeleteIdentifier (object)
The list of identifiers to remove from the contact.
addToListsarray of string (uuid)
The list of list ids to add the contact to.
removeFromListsarray of string (uuid)
The list of list ids to remove the contact from.
listIdsarray of string (uuid)
The list of list ids for the contact.
addToAccountsarray of string (uuid)
The list of account ids to add the contact to.
removeFromAccountsarray of string (uuid)
The list of account ids to remove the contact from.
accountIdsarray of string (uuid)
The list of account ids for the contact.
Other propertiesany
Response
The contact was updated successfully.
Body
id*string
The unique identifier for the contact.
Example: "123e4567-e89b-12d3-a456-426614174000"
computedDisplayNamestring
The computed display name for the contact. It can be derived, in the following order if available,
from the displayName attribute, the firstName attribute, the emailaddress identifier,
or the phonenumber identifier.