Set Campaign Reports Configuration

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

Use this API to overwrite the configuration for campaign reports. Though this Beta endpoint has been deprecated, you can find its V3 equivalent here. Calling this endpoint requires roles of CERTADMIN and ORGADMIN.

Request Body

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

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

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