Import audience members
POST {{baseUrl}}/v1/audiences/:audienceId/memberships/import
Upload a CSV file containing the integration IDs of the members you want to add to an audience.
The file should be sent as multipart data and should contain only the following column (required):
profileintegrationid
: The integration ID of the customer profile.
The import replaces the previous list of audience members.
Note: We recommend limiting your file size to 500MB.
Example:
profileintegrationid
charles
alexa
Request Body
[{"name"=>"upFile", "value"=>"cillum", "datatype"=>"string"}]