Add audience members

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

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

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 or null
datalist of objects or null

Errors