Skip to main content
PATCH
Update audience customers

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"

Path Parameters

audienceId
string
required

ID of the audience to update.

Body

The list of customers Ids to add and remove.

membersToAdd
string[] | null
membersToRemove
string[] | null
membersReplaceAll
boolean

Response

OK

Last modified on August 10, 2026