Set User Profiles

POST {{baseUrl}}/preview/marketing-solutions/advertisers/:advertiserId/user-profiles/set

This endpoint will Set User Profiles for a given Advertiser. If a User Profile does not exist, a new one will be created. If a User Profile exists, it will be replaced.

Request Body

{"data"=>[{"type"=>"<string>", "attributes"=>{"userProfileId"=>"<string>", "userProfileListId"=>"<string>", "userProfileIdentifiers"=>[{"type"=>"<string>", "value"=>"<string>"}, {"type"=>"<string>", "value"=>"<string>"}], "userProfileAttributes"=>[{"key"=>"<string>", "value"=>"<string>"}, {"key"=>"<string>", "value"=>"<string>"}]}}, {"type"=>"<string>", "attributes"=>{"userProfileId"=>"<string>", "userProfileListId"=>"<string>", "userProfileIdentifiers"=>[{"type"=>"<string>", "value"=>"<string>"}, {"type"=>"<string>", "value"=>"<string>"}], "userProfileAttributes"=>[{"key"=>"<string>", "value"=>"<string>"}, {"key"=>"<string>", "value"=>"<string>"}]}}]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

&quot;&quot;