Create audience
Creates a new audience definition. name is required; enabled, tags, and component_references are optional. New audiences default to enabled. Tags must be 255 characters or fewer each; the resolved name must also be 255 characters or fewer. Returns the created audience.
Authorizations
Body
Body of a POST /v1/audiences request.
Display name for the audience. Provide a literal string (provided@buildtime:My audience) or any buildtime evaluatable that resolves to a string. Must be 255 characters or fewer once resolved.
Whether the audience evaluates at runtime. Defaults to true when omitted. Provide a literal boolean or a buildtime evaluatable that resolves to a boolean.
Free-form tags applied to the audience. Used to organise audiences in the dashboard and to filter them in API queries. Each tag must be 255 characters or fewer.
Response
Created audience.
Stored audience definition. Fields name and enabled are unevaluated and appear in buildtime-evaluatable form.
Whether the audience is currently evaluated at runtime.
Stable Extole identifier for the audience.
Display name for the audience, in the same buildtime-evaluatable form that was supplied on create or update.
Free-form tags applied to the audience.
