Add/remove users

Add (/remove) users to (/from) a First Party Audience. See the overview (above) for supported countries and audience types.

Path Params
string
required

An alphabetic ID. See Get Account Details.

Body Params
json
Defaults to { "operation": "ADD", "audience_id": 19, "integration_source": "Tealium", "identities": [ { "cluster": [ { "user_id": "dff8563ed00b29845659902068cdb3bd338690c605c0cad716477e3693dd0c4f", "type": "EMAIL_ID", "is_hashed": true } ] }, { "cluster": [ { "user_id": "e6ecbacdf49534c184514bd8fe0e71c55a1ddc9fd35f22f1263fcf7e5170f3e1", "type": "EMAIL_ID", "is_hashed": true }, { "user_id": "00000000-00000000-01234567-89ABCDEF", "type": "DEVICE_ID", "is_hashed": false } ] } ] }

A JSON object with the identities to add/remove.

Response

Language
Credentials
OAuth2