Add audience members

View as Markdown
Add new members to an existing audience. Users can only add members to audiences they created.

Authentication

AuthorizationBearer

API key from the console ApiKey collection, sent as Bearer token. Also accepts session cookies for browser-based auth.

Path parameters

idstringRequired
The unique identifier of the audience

Request

This endpoint expects an object.
memberslist of objectsRequired
Array of member objects with dynamic structure based on audience configuration

Response

Members added successfully
statusboolean
datalist of objects

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error