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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"identityAttributeColumns":["firstname","lastname"]}