Add/remove userspost https://backstage.taboola.com/backstage/api/1.0/{account-id}/audience_onboardingAdd (/remove) users to (/from) a First Party Audience. See the overview (above) for supported countries and audience types.Path Paramsaccount_idstringrequiredAn alphabetic ID. See Get Account Details.Body ParamsRAW_BODYjsonDefaults 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.{ "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 } ] } ] }Response 200200Updated 8 months ago