Write user profile data
Upserts user profile data into the CDP. Requires either an API key or an Okta JWT bearer token.
Documentation Index
Fetch the complete documentation index at: https://docs.zeotap.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Long-lasting client key
Headers
Comma-separated list of granted scopes.
Allowed values: profile.read, profile.write, profile.delete
"profile.read,profile.write,profile.delete"
Zeotap organisation ID. Required when using Okta JWT authentication.
1577
Body
Organisation identifier
1234
Region code to scope the write
"EU"
Map of identifier type to a single identifier value
(e.g. email_sha256_lowercase, AdId).
{
"email_sha256_lowercase": "0a0601cfc9d014580fcf0b0"
}Profile data to upsert
Unified Customer ID (optional; used to target a specific profile)
"d7a6bc75-2c87-4650-91dc-c212771866c9"
Response
Profile written successfully
Last-updated epoch timestamp (ms)
Created epoch timestamp (ms)
Nested profile attributes organised by category (e.g. Audience, demographics). Structure varies by org config.
Map of identity namespaces to arrays of identity records.
Each namespace (e.g. email, cellphone, ga_clientid)
contains an array of identity objects with a timestamp.
{
"email": [
{
"email_sha256_lowercase": "af2bdbe...",
"_ts": "1639918545133"
}
],
"icoms_account_uid": [
{
"icoms_account_uid": "41063074106",
"_ts": "1639918545133"
}
],
"linkedUcid": ["a1a62720-8788-8788-8788-fb81f77515b1"]
}Marketing opt-in / opt-out preferences
Consent records
Region the profile belongs to
"UK"
Unified Customer ID
"00000000-9295-9295-9295-8db6a1c8e06a"