Set Campaign Reports Configuration

PUT {{baseUrl}}/campaigns/reports-configuration

Use this API to overwrite the configuration for campaign reports.

A token with ORGADMIN or CERTADMIN authority is required to call this API.

Request Body

{"identityAttributeColumns"=>["firstname", "lastname"]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"identityAttributeColumns":["firstname","lastname"]}